Skip to content
Snippets Groups Projects
Commit c822423b authored by Thomas Woerner's avatar Thomas Woerner
Browse files

Move role documentation into the specific role locations as README.md

This will result in a better role documentation on galaxy.
parent 9c2b9957
Branches
Tags
No related merge requests found
...@@ -236,16 +236,17 @@ All these settings will be available in the ```[ipaserver]```, ```[ipareplicas]` ...@@ -236,16 +236,17 @@ All these settings will be available in the ```[ipaserver]```, ```[ipareplicas]`
Playbooks Playbooks
========= =========
The playbooks needed to deploy or undeploy server, replicas and clients are part of the repository. There are also playbooks to deploy and undeploy clusters. With them it is only needed to add an inventory file: The playbooks needed to deploy or undeploy server, replicas and clients are part of the repository and placed in the playbooks folder. There are also playbooks to deploy and undeploy clusters. With them it is only needed to add an inventory file:
``` ```
install-client.yml playbooks\
install-cluster.yml install-client.yml
install-replica.yml install-cluster.yml
install-server.yml install-replica.yml
uninstall-client.yml install-server.yml
uninstall-cluster.yml uninstall-client.yml
uninstall-replica.yml uninstall-cluster.yml
uninstall-server.yml uninstall-replica.yml
uninstall-server.yml
``` ```
How to deploy a master server How to deploy a master server
...@@ -303,6 +304,6 @@ This will deploy the server, replicas and clients defined in the inventory file. ...@@ -303,6 +304,6 @@ This will deploy the server, replicas and clients defined in the inventory file.
Roles Roles
===== =====
* [Server](SERVER.md) * [Server](roles/ipaserver/README.md)
* [Replica](REPLICA.md) * [Replica](roles/ipareplica/README.md)
* [Client](CLIENT.md) * [Client](roles/ipaclient/README.md)
File moved
File moved
File moved
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment