mirror of
https://github.com/freeipa/ansible-freeipa.git
synced 2026-03-26 21:33:05 +00:00
The common_check function in the replica installer code has been changed
for the new memory checker code. With this the server and replica command
line installers got the option --skip-mem-check.
The server and replica role now also support the memory cheker and there
are new variables for server and replica:
ipaserver_mem_check - for ipaserver
ipareplica_mem_check - for ipaserver
These bool values default to yes and can be turned off in the inventory
or playbook if needed.
Related to freeipa PR https://pagure.io/freeipa/issue/8404 (Detect and
fail if not enough memory is available for installation)
Fixes: #450 (IPA Replica Installation Fails)
44 lines
1.0 KiB
YAML
44 lines
1.0 KiB
YAML
---
|
|
# defaults file for ipareplica
|
|
|
|
### basic ###
|
|
ipareplica_no_host_dns: no
|
|
ipareplica_skip_conncheck: no
|
|
ipareplica_hidden_replica: no
|
|
ipareplica_mem_check: yes
|
|
### server ###
|
|
ipareplica_setup_adtrust: no
|
|
ipareplica_setup_ca: no
|
|
ipareplica_setup_kra: no
|
|
ipareplica_setup_dns: no
|
|
ipareplica_no_pkinit: no
|
|
ipareplica_no_ui_redirect: no
|
|
### client ###
|
|
ipaclient_mkhomedir: no
|
|
ipaclient_force_join: no
|
|
ipaclient_no_ntp: no
|
|
#ipaclient_ssh_trust_dns: no
|
|
#ipaclient_no_ssh: no
|
|
#ipaclient_no_sshd: no
|
|
#ipaclient_no_dns_sshfp: no
|
|
ipaclient_ssh_trust_dns: no
|
|
### certificate system ###
|
|
ipareplica_skip_schema_check: no
|
|
### dns ###
|
|
ipareplica_allow_zone_overlap: no
|
|
ipareplica_no_reverse: no
|
|
ipareplica_auto_reverse: no
|
|
ipareplica_no_forwarders: no
|
|
ipareplica_auto_forwarders: no
|
|
ipareplica_no_dnssec_validation: no
|
|
### ad trust ###
|
|
ipareplica_enable_compat: no
|
|
### uninstall ###
|
|
ipareplica_ignore_topology_disconnect: no
|
|
ipareplica_ignore_last_of_role: no
|
|
### additional ###
|
|
### packages ###
|
|
ipareplica_install_packages: yes
|
|
### firewalld ###
|
|
ipareplica_setup_firewalld: yes
|