copr: make sure iptables are disabled
For some reason they can be started even if baseiptables: False maybe because the variable was initially set to True and then switched to False, so the iptables were already enabled.
This commit is contained in:
parent
c35ba674fa
commit
43c8acf835
1 changed files with 3 additions and 0 deletions
|
@ -133,3 +133,6 @@
|
|||
#
|
||||
- name: Include SSH config
|
||||
import_role: name=basessh
|
||||
|
||||
- name: Disable iptables, we have Security Groups in EC2
|
||||
service: name=iptables state=stopped enabled=no
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue