Add section on how to install requirements and how to apply the playbook
This commit is contained in:
parent
e0bf44d83e
commit
07f8568619
|
@ -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 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.
|
- 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.
|
Auth is provided to the playbook by environment variables.
|
||||||
Source the rc file of app credentials for the desired openstack project.
|
Source the rc file of app credentials for the desired openstack project.
|
||||||
|
To apply the config run "ansible-playbook main.yaml"
|
||||||
|
|
||||||
## Cloudinit config.
|
## Cloudinit config.
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue