New playbook folder for sample playbooks

The playbooks install-client.yml, install-cluster.yml, install-replica.yml,
install-server.yml, uninstall-client.yml, uninstall-cluster.yml,
uninstall-replica.yml and uninstall-server.yml have been moved into
the playbooks folder.
This commit is contained in:
Thomas Woerner
2019-06-05 15:47:21 +02:00
parent b51397eb89
commit 9c2b995724
8 changed files with 0 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
---
- name: Playbook to configure IPA replicas
hosts: ipareplicas
become: true
roles:
- role: ipareplica
state: present