These are tasks common to all of my roles, including:
- Installing extra programs such as:
- vim
- tmux
- nmap
- rsync
- Setting the MOTD
- Installing, configuring, and starting:
- fail2ban
- rsyslog
- yum-cron
- RHEL only
variable: value # comment
common
common_install
common_config
install
config
- name: Roles in Common
hosts: all
gather_facts: true
remote_user: root
roles:
- { role: common }
MIT / BSD
This role was created in 2017 by Andrew Cz, a student at The Ohio State University.