From 38d13e8b0c2083cbf7ff7bbc8ea41a0629e1005f Mon Sep 17 00:00:00 2001 From: Neil Hanlon Date: Sat, 12 Feb 2022 15:59:00 -0500 Subject: [PATCH] readme change temp --- .gitignore | 1 + README.md | 14 ++++++++++++++ 2 files changed, 15 insertions(+) diff --git a/.gitignore b/.gitignore index 0fa8139..b8b4f7f 100644 --- a/.gitignore +++ b/.gitignore @@ -4,3 +4,4 @@ id_ed25519 *.retry ansible/*.retry ansible/playbooks/files/buffer/* +.direnv diff --git a/README.md b/README.md index 47f5b0f..f22daa3 100644 --- a/README.md +++ b/README.md @@ -3,3 +3,17 @@ Scripts and code to deploy OpenStack nodes on various providers with OpenStack-Ansible. Future: Integrate with Netbox to provision and hold IPAM / DCIM + + +## Ansible + +Contains a set of playbooks which will setup hosts with necessary changes and run bootstrap scripts as necessary. + +Always supply ``-e 'aio_install=1'`` to scripts when doing an AIO install. + +Guide: + +* Run init-nodes.yml - `ansible-playbook -i vultr.yml -e 'host=all'` +* Run adhoc-reboot.yml to restart nodes after being upgraded and changing selinux +* Run setup-infra.yml on infra and/or AIO hosts (don't forget -e aio_install=1) +* Run setup-storage.yml on storage hosts, if applicable.