From 17046f923f82d5ee2e4cb4c040104a620bdbe75d Mon Sep 17 00:00:00 2001 From: "Joshua M. Boniface" Date: Sat, 6 Jul 2019 18:41:51 -0400 Subject: [PATCH] Add Ansible manual --- docs/about.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/about.md b/docs/about.md index 5a736af3..62fb013d 100644 --- a/docs/about.md +++ b/docs/about.md @@ -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).