mirror of
https://github.com/freeipa/ansible-freeipa.git
synced 2026-06-10 02:35:54 +00:00
This patch modifies the image building script by adding: - An usage message. - An option "-I" to NOT install IPA to the generated container. - An opiton "-c NAME" to both set the name and use an existing container to ONLY install IPA. - Rename "scenario" to "DISTRO" as "scenario" should be used for the container scenario usage, rather than the distro (I'll change the name also in the Azure scripts) - Use 'log' (from shlog) to print messages.
16 lines
450 B
Plaintext
16 lines
450 B
Plaintext
[ipaserver]
|
|
ansible-freeipa-image-builder ansible_connection=podman ansible_python_interpreter=/usr/bin/python3
|
|
|
|
[ipaserver:vars]
|
|
ipaadmin_password=SomeADMINpassword
|
|
ipadm_password=SomeDMpassword
|
|
ipaserver_domain=test.local
|
|
ipaserver_realm=TEST.LOCAL
|
|
ipaserver_setup_dns=true
|
|
ipaserver_auto_forwarders=true
|
|
ipaserver_no_dnssec_validation=true
|
|
ipaserver_auto_reverse=true
|
|
ipaserver_setup_kra=true
|
|
ipaserver_setup_firewalld=false
|
|
ipaclient_no_ntp=true
|