Skip to content

snowdrop/ansible-collection-cloud-infra

Repository files navigation

Ansible Collection - snowdrop.cloud_infra

Cloud infrastructure provisioning.

  • Manages OpenStack VMs

Ansible compatibility

This collection has been tested against Ansible 2.9.10.

Installation

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

Roles

Usage

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.

License

Apache License 2.0

Check the LICENSE to view the full text.

Author Information

This role has been created by the Snowdrop team.