mirror of
https://github.com/freeipa/ansible-freeipa.git
synced 2026-03-26 21:33:05 +00:00
New role for ipareplica installation
The support for external cert files is not complete yet. Please have a look at the example inventory file inventory/hosts.replica and also the install and uninstall playbook files install-replica.yml and uninstall-replica.yml
This commit is contained in:
10
inventory/hosts.replica
Normal file
10
inventory/hosts.replica
Normal file
@@ -0,0 +1,10 @@
|
||||
[ipaservers]
|
||||
ipaserver.test.local
|
||||
|
||||
[ipareplicas]
|
||||
ipareplica1.test.local
|
||||
|
||||
[ipareplicas:vars]
|
||||
ipaadmin_password=password1
|
||||
ipadm_password=password1
|
||||
ipaclient_force_join=yes
|
||||
Reference in New Issue
Block a user