New role to configure ipa default.conf

This commit is contained in:
Thomas Woerner
2017-08-30 14:35:39 +02:00
parent 5f17e9a778
commit d10d078a42
5 changed files with 39 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
[global]
basedn = {{ ipaconf_basedn }}
realm = {{ ipaconf_realm }}
domain = {{ ipaconf_domain }}
server = {{ ipaconf_server }}
host = {{ ipaconf_hostname }}
xmlrpc_uri = {{ 'https://' + ipaconf_server + '/ipa/xml' }}
enable_ra = True