add firewalld_disabled variable to disable firewall rules
This commit is contained in:
parent
40a2dd8b0e
commit
d36055d7aa
2 changed files with 3 additions and 2 deletions
|
@ -6,6 +6,7 @@
|
|||
|
||||
- name: firewalld configuration
|
||||
import_tasks: firewalld.yml
|
||||
when: not firewalld_disabled | default(false)
|
||||
|
||||
- name: openssh settings
|
||||
import_tasks: openssh.yml
|
||||
|
@ -14,4 +15,4 @@
|
|||
import_tasks: dns.yml
|
||||
|
||||
- name: install ctop
|
||||
import_tasks: ctop.yml
|
||||
import_tasks: ctop.yml
|
||||
|
|
|
@ -32,4 +32,4 @@
|
|||
- sysstat
|
||||
- needrestart
|
||||
- ncat
|
||||
- firewalld
|
||||
- firewalld
|
||||
|
|
Loading…
Reference in a new issue