Server: Configure firewalld by default, new switch: ipaserver_no_firewalld

A new section has been added to configure firewalld automatically as the
last step of the server installation.

A new switch has been added to be able to turn firewalld configuration off:
ipaserver_no_firewalld. It defaults to no.
This commit is contained in:
Thomas Woerner
2018-02-09 16:57:14 +01:00
parent 3e03d7f44d
commit 4f897d37f5
2 changed files with 21 additions and 0 deletions

View File

@@ -30,6 +30,8 @@ ipaserver_no_dnssec_validation: no
### ad trust ###
ipaserver_enable_compat: no
ipaserver_setup_ca: yes
### firewalld ###
ipaserver_no_firewalld: no
### additional ###
ipaserver_allow_missing: [ ]