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.
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 |
- hosts: servers
roles:
- { role: correcthorse.common }
MIT