Add Ansible manual

This commit is contained in:
Joshua Boniface 2019-07-06 18:41:51 -04:00
parent c04f959fa6
commit 17046f923f
1 changed files with 2 additions and 0 deletions

View File

@ -61,3 +61,5 @@ Both the CLI and API clients use a common set of functions to perform the actual
The overall management, deployment, bootstrapping, and configuring of nodes is accomplished via a set of Ansible roles, found in the [`pvc-ansible` repository](https://github.com/parallelvirtualcluster/pvc-ansible), and nodes are installed via a custom installer ISO generated by the [`pvc-installer` repository](https://github.com/parallelvirtualcluster/pvc-installer). Once the cluster is set up, nodes can be added, replaced, or updated using this Ansible framework.
Further information about the Ansible deployment architecture can be found at the [Ansible architecture page](/architecture/ansible).
The Ansible configuration manual can be found at the [Ansible manual page](/manuals/ansible).