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
|
||||
|
||||
roles:
|
||||
#- rkhunter
|
||||
- base
|
||||
- rkhunter
|
||||
- nagios_client
|
||||
- fas_client
|
||||
- sudo
|
||||
|
|
|
@ -114,6 +114,7 @@
|
|||
- ../templates/iptables/iptables.{{ host_group }}
|
||||
- ../templates/iptables/iptables.{{ env }}
|
||||
- ../templates/iptables/iptables
|
||||
when: not inventory_hostname.startswith('fed-cloud09')
|
||||
notify:
|
||||
- restart iptables
|
||||
- hup libvirtd
|
||||
|
@ -137,6 +138,7 @@
|
|||
- ../templates/iptables/ip6tables.{{ host_group }}
|
||||
- ../templates/iptables/ip6tables.{{ env }}
|
||||
- ../templates/iptables/ip6tables
|
||||
when: not inventory_hostname.startswith('fed-cloud09')
|
||||
notify:
|
||||
- restart ip6tables
|
||||
- hup libvirtd
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue