use base role for fed-clou09, but not use iptables from this role
This commit is contained in:
parent
575f3a3ed2
commit
0edc6155e9
2 changed files with 4 additions and 1 deletions
|
@ -36,7 +36,8 @@
|
||||||
- /srv/private/ansible/files/openstack/passwords.yml
|
- /srv/private/ansible/files/openstack/passwords.yml
|
||||||
|
|
||||||
roles:
|
roles:
|
||||||
#- rkhunter
|
- base
|
||||||
|
- rkhunter
|
||||||
- nagios_client
|
- nagios_client
|
||||||
- fas_client
|
- fas_client
|
||||||
- sudo
|
- sudo
|
||||||
|
|
|
@ -114,6 +114,7 @@
|
||||||
- ../templates/iptables/iptables.{{ host_group }}
|
- ../templates/iptables/iptables.{{ host_group }}
|
||||||
- ../templates/iptables/iptables.{{ env }}
|
- ../templates/iptables/iptables.{{ env }}
|
||||||
- ../templates/iptables/iptables
|
- ../templates/iptables/iptables
|
||||||
|
when: not inventory_hostname.startswith('fed-cloud09')
|
||||||
notify:
|
notify:
|
||||||
- restart iptables
|
- restart iptables
|
||||||
- hup libvirtd
|
- hup libvirtd
|
||||||
|
@ -137,6 +138,7 @@
|
||||||
- ../templates/iptables/ip6tables.{{ host_group }}
|
- ../templates/iptables/ip6tables.{{ host_group }}
|
||||||
- ../templates/iptables/ip6tables.{{ env }}
|
- ../templates/iptables/ip6tables.{{ env }}
|
||||||
- ../templates/iptables/ip6tables
|
- ../templates/iptables/ip6tables
|
||||||
|
when: not inventory_hostname.startswith('fed-cloud09')
|
||||||
notify:
|
notify:
|
||||||
- restart ip6tables
|
- restart ip6tables
|
||||||
- hup libvirtd
|
- hup libvirtd
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue