Merge "Add option to not install ipa client packages" into stable/train

This commit is contained in:
Zuul 2020-05-23 02:03:48 +00:00 committed by Gerrit Code Review
commit ee0ea45368
1 changed files with 6 additions and 0 deletions

View File

@ -64,6 +64,11 @@ parameters:
default: True
description: Set to true to enroll the base server (computes, controllers)
type: boolean
IdMInstallClientPackages:
default: False
description: Set to True to have ansible-freeipa install ipa client packages
on the overcloud node.
type: boolean
IdMModifyDNS:
default: True
description: Set to false to disable DNS records manipulation in the FreeIPA server.
@ -128,6 +133,7 @@ outputs:
ipaclient_force: yes
ipaclient_servers: {get_param: IdMServer}
ipaclient_hostname: "{{ fqdn_canonical }}"
ipaclient_install_packages: {get_param: IdMInstallClientPackages}
ipaclients:
- "{{ inventory_hostname }}"
block: