Skip to content

Commit

Permalink
Tca 21.12 (#5)
Browse files Browse the repository at this point in the history
* set groups default value
* error msg cleanup
* array is not multiline
* doc updates
* minor usage update
  • Loading branch information
tcarland authored Dec 28, 2021
1 parent acf76fd commit ac909be
Show file tree
Hide file tree
Showing 8 changed files with 247 additions and 256 deletions.
11 changes: 5 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,17 @@ kvm-qemu-ansible
=================

Ansible playbooks and scripts for installing and managing a multi-node
KVM-QEMU environment on either RHEL/CentOS or Ubuntu/Debian Linux systems.
KVM-QEMU environment on Linux systems.

The Ansible roles do not configure the storage or networking for KVM,
but do provide roles for utilizing NFS for a secondary storage pool.
The Ansible roles do not configure local storage or networking for KVM,
but do provide roles for utilizing NFS as a secondary storage pool.
Local-attached storage is as the primary storage pool for VM images.
A bridge network for VM connectivity is also a requirement. Both
of these topics are discussed in the prerequisites document, followed by
the Ansible deployment and KVM Operational guides.
the Ansible Deployment Guide and the KVM Operational guides.

- [01-prerequisites.md](docs/01-prerequisites.md)

- [02-kvm-ansible.md](docs/02-kvm-ansible.md)

- [03-kvm-operations.md](docs/03-kvm-operations.md)

The docs can be converted to pdf by running `make docs`.
Loading

0 comments on commit ac909be

Please sign in to comment.