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).