Skip to content

aeeaan/ansible-common

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

58 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

ansible role for some basic setup tasks

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages