Move autosign01 over to new bvirthost08, clean up some denyhosts role includes

This commit is contained in:
Kevin Fenzi 2014-06-23 23:32:21 +00:00
parent 556bc48a52
commit c96d78df7c
4 changed files with 6 additions and 7 deletions

View file

@ -2,9 +2,9 @@
nm: 255.255.255.0
gw: 10.5.125.254
dns: 10.5.126.21
ks_url: http://10.5.126.23/repo/rhel/ks/kvm-rhel-6
ks_repo: http://10.5.126.23/repo/rhel/RHEL6-x86_64/
volgroup: /dev/vg_bvirthost06
ks_url: http://10.5.126.23/repo/rhel/ks/kvm-rhel-7
ks_repo: http://10.5.126.23/repo/rhel/RHEL7-x86_64/
volgroup: /dev/vg_bvirthost08
eth0_ip: 10.5.125.21
vmhost: bvirthost06.phx2.fedoraproject.org
vmhost: bvirthost08.phx2.fedoraproject.org
datacenter: phx2

View file

@ -34,7 +34,7 @@
roles:
- base
- rkhunter
- denyhosts
- { role: denyhosts, when: ansible_distribution_major_version != '7' }
- nagios_client
- hosts
- fas_client

View file

@ -33,7 +33,6 @@
roles:
- base
- rkhunter
# - denyhosts
- nagios_client
- hosts
- fas_client

View file

@ -16,7 +16,7 @@
roles:
- base
- rkhunter
# - denyhosts
- { role: denyhosts, when: ansible_distribution_major_version != '7' }
- nagios_client
- hosts
- fas_client