]> git.apps.os.sepia.ceph.com Git - ceph-cm-ansible.git/commit
Merge branch 'centos' into 'master'
authorZack Cerza <zack@redhat.com>
Wed, 1 Apr 2015 17:29:30 +0000 (13:29 -0400)
committerZack Cerza <zack@redhat.com>
Wed, 1 Apr 2015 17:29:30 +0000 (13:29 -0400)
commita81c16dec683e4b476bcfa99e64f439b67ab0bb0
tree5d60ab63e121e3136bb0fa1dbaf5b792a378b164
parent3fc3023cb1a38938b7c305c3fdeb3d9ee9479cc6
parentb18fcb963d424b3c132e90bf8e4a002585a49e78
Merge branch 'centos' into 'master'

Support for centos 6 and 7

I've retested this on rhel 6.5, rhel 7.0, centos 6.5 and centos 7.0.

Centos was able to share a majority of the config with rhel, so I moved what was common into a yum_systems.yml file.  I also made a switch to only storing sshd_configs for each distro's major version - it was getting difficult to maintain a sshd_config for each minor version of a distro.  Plus, I noticed rhel 6.4 and rhel 6.5 had the same sshd_config anyway.

There are also quite a few file renames from rhel_* to redhat_* so that I can dynamically import based on ansible_distribution. These files are otherwise unchanged.