freeipa / ansible-freeipa

Ansible roles and modules for FreeIPA
GNU General Public License v3.0
491 stars 231 forks source link

ipa{server,replica,client}: Add parameter to support to install packages only #1087

Open t-woerner opened 1 year ago

t-woerner commented 1 year ago

ipaserver: New parameter ipaserver_install_packages_only

The bool value defines if the deployment will continue after the needed packages are installed on the node.

This is useful if images are generated with the packages installed to speed up deployment.

Fixes: #1086 (Proposal: Add 'installation_only' flag to roles)

Changes for ipareplica and ipaclient roles need to be done still.