mirror of
https://github.com/freeipa/ansible-freeipa.git
synced 2026-08-01 04:14:42 +00:00
ansible_ipa_server: Initialize .external_cert_files and .dirsrv_cert_files
These are set in the prepare step and used in the ds_init_info fuction.
This commit is contained in:
@@ -254,6 +254,10 @@ options.add_agents = False
|
|||||||
# no_msdcs is deprecated
|
# no_msdcs is deprecated
|
||||||
options.no_msdcs = False
|
options.no_msdcs = False
|
||||||
|
|
||||||
|
# For pylint
|
||||||
|
options.external_cert_files = None
|
||||||
|
options.dirsrv_cert_files = None
|
||||||
|
|
||||||
# Uninstall
|
# Uninstall
|
||||||
options.ignore_topology_disconnect = False
|
options.ignore_topology_disconnect = False
|
||||||
options.ignore_last_of_role = False
|
options.ignore_last_of_role = False
|
||||||
|
|||||||
Reference in New Issue
Block a user