aaron868 / management

My Ansible playbook for a CentOS 6 based infrastructure.
57 stars 21 forks source link

Will this playbook be updated to use CentOS 7? #2

Closed stephankaag closed 10 years ago

stephankaag commented 10 years ago

http://seven.centos.org/2014/07/release-announcement-for-centos-7x86_64/

aaron868 commented 10 years ago

I will likely update it for CentOS 7 some time in the future but not right away. There are several reasons for this. First, a DISA STIG must be released for RHEL 7. I base my security settings on it. Ansible must provide modules for the new components like systemd and journald. And I want to see how the new components perform in a production environment over time. There are very new and I want to wait and see how they perform.

Many of the roles should still work in CentOS 7. I am not sure about the logging related roles though.

stephankaag commented 10 years ago

Perfectly clear. Thanks for your response!