File tree Expand file tree Collapse file tree 3 files changed +13
-0
lines changed Expand file tree Collapse file tree 3 files changed +13
-0
lines changed Original file line number Diff line number Diff line change @@ -28,3 +28,6 @@ ipaadmin_principal: admin
2828ipaadmin_password : " {{ undef(hint='Please define the FreeIPA administrator principal password') }}"
2929
3030ipadm_password : " {{ undef(hint='Please define the FreeIPA Directory Manager admin password') }}"
31+
32+ ipaserver_forward_no_overlap_check : false
33+ ipaserver_reverse_no_overlap_check : false
Original file line number Diff line number Diff line change @@ -57,6 +57,14 @@ argument_specs:
5757 description :
5858 - Certificate Authority subject for the self-signed root CA.
5959 default : " CN=CLDR-RootCA,O=ipaserver_domain"
60+ ipaserver_forward_no_overlap_check :
61+ description :
62+ - Skip overlap check for forward DNS zones.
63+ default : false
64+ ipaserver_reverse_no_overlap_check :
65+ description :
66+ - Skip overlap check for reverse DNS zones.
67+ default : false
6068 ipaadmin_principal :
6169 description :
6270 - Kerberos principal for the FreeIPA administrator account.
Original file line number Diff line number Diff line change 8686 dynamic_update : true
8787 allow_sync_ptr : true
8888 forward_policy : none
89+ skip_overlap_check : " {{ ipaserver_forward_no_overlap_check }}"
8990 ipaadmin_password : " {{ ipaadmin_password }}"
9091
9192- name : Create reverse DNS zones in provisioned FreeIPA service
9293 freeipa.ansible_freeipa.ipadnszone :
9394 name_from_ip : " {{ cidr }}"
9495 dynamic_update : true
9596 allow_sync_ptr : true
97+ skip_overlap_check : " {{ ipaserver_reverse_no_overlap_check }}"
9698 ipaadmin_password : " {{ ipaadmin_password }}"
9799 loop : " {{ ipaserver_cidr }}"
98100 loop_control :
You can’t perform that action at this time.
0 commit comments