ipareplica: Add support for pki_config_override

There is a new setting for the ipareplica role:

ipareplica_pki_config_override
This commit is contained in:
Thomas Woerner
2019-07-17 19:14:27 +02:00
parent c045530cd4
commit a3578de4b2
4 changed files with 16 additions and 0 deletions

View File

@@ -140,6 +140,7 @@ Variable | Description | Required
`ipaadmin_principal` | The authorized kerberos principal used to join the IPA realm. (string) | no
`ipareplica_no_host_dns` | Do not use DNS for hostname lookup during installation. (bool, default: false) | no
`ipareplica_skip_conncheck` | Skip connection check to remote master. (bool, default: false) | no
`ipareplica_pki_config_override` | Path to ini file with config overrides. This is only usable with recent FreeIPA versions. (string) | no
Server Vaiables
---------------