mirror of
https://github.com/freeipa/ansible-freeipa.git
synced 2026-07-31 11:54:47 +00:00
Merge pull request #1106 from renich/patch-1
Singular to plural on random serial numbers setting
This commit is contained in:
@@ -179,7 +179,7 @@ ipaserver_domain=example.com
|
|||||||
ipaserver_realm=EXAMPLE.COM
|
ipaserver_realm=EXAMPLE.COM
|
||||||
ipaadmin_password=MySecretPassword123
|
ipaadmin_password=MySecretPassword123
|
||||||
ipadm_password=MySecretPassword234
|
ipadm_password=MySecretPassword234
|
||||||
ipaserver_random_serial_number=true
|
ipaserver_random_serial_numbers=true
|
||||||
```
|
```
|
||||||
|
|
||||||
By setting the variable in the inventory file, the same ipaserver deployment playbook, shown before, can be used.
|
By setting the variable in the inventory file, the same ipaserver deployment playbook, shown before, can be used.
|
||||||
|
|||||||
Reference in New Issue
Block a user