From 07f856861923e3d678404d5b293516f3cde9b356 Mon Sep 17 00:00:00 2001 From: Magnus Andersson Date: Tue, 16 Jan 2024 16:12:39 +0100 Subject: [PATCH] Add section on how to install requirements and how to apply the playbook --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 1c14c71..9984c5d 100644 --- a/README.md +++ b/README.md @@ -11,8 +11,11 @@ The following tasks is executed by this playbook. - Create an network port for each node and use a selection of the queried security groups. - Create an instance with os volume, snap volume and port attached and a custom cloudinit config. +Install ansible on a host with access to the openstack api endpoints. +Run "ansible-galaxy -vv collection install openstack.cloud" to install the ansible openstack.cloud plugin. Auth is provided to the playbook by environment variables. Source the rc file of app credentials for the desired openstack project. +To apply the config run "ansible-playbook main.yaml" ## Cloudinit config.