mirror of
https://github.com/freeipa/ansible-freeipa.git
synced 2026-05-14 05:22:05 +00:00
ipa[server,replica,client]: New setting X_install_packages
With these settings for server, replica and client it is possible to skip package installation. This is for example useful if the packages are already installed. The settings default to yes The setting ipareplica_no_package_install has been removed.
This commit is contained in:
@@ -37,5 +37,6 @@ ipareplica_enable_compat: no
|
||||
ipareplica_ignore_topology_disconnect: no
|
||||
ipareplica_ignore_last_of_role: no
|
||||
### additional ###
|
||||
ipareplica_no_package_install: no
|
||||
### packages ###
|
||||
ipareplica_install_packages: yes
|
||||
ipareplica_no_firewalld: no
|
||||
|
||||
Reference in New Issue
Block a user