Skip to content

Latest commit

 

History

History
31 lines (23 loc) · 1.21 KB

README.md

File metadata and controls

31 lines (23 loc) · 1.21 KB

correcthorse.common

This role contains some basic common tasks/handlers. This includes some tasks for installing the EPEL and IUS repositories as well as some handlers for systemd and firewalld. You can optionally install the correcthorse packagecloud repo. This may be enabled by other roles that depend on it.

Role Variables

Variable Default Notes
common_install_epel true install epel repo
common_install_correcthorse false install correcthorse repo (configured as hotfix repo)
common_install_powertools true enable power tools repo
common_development_tools false yum groupinstall "Development Tools"
common_extra_packages [] add extra packages to install

Example Playbook

- hosts: servers
  roles:
     - { role: correcthorse.common }

License

MIT

Author Information