Cloud infrastructure provisioning.
- Manages OpenStack VMs
This collection has been tested against Ansible 2.9.10
.
To use this collection it must be first installed.
This can performed by using the Ansible CLI directly.
ansible-galaxy collection install snowdrop.cloud_infra
Another way to install this collection is using a requirements.yml
file.
---
collections:
- name: snowdrop.cloud_infra
Then install the this file using the following command.
ansible-galaxy collection install -r requirements.yml --upgrade
- openstack_vm: provision OpenStack virtual machines
To create a VM on an OpenStack project check the create_vm
playbook.
To remove a VM from an OpenStack project check the remove_vm
playbook.
Apache License 2.0
Check the LICENSE to view the full text.
This role has been created by the Snowdrop team.