OpenStack

Document Control

TODO:

  • Overall structure.
  • Initial draft complete
  • Testing
  • Ready

Ansible Role Ansible Quality Score Build Status GitHub issues GitHub last commit

User Story: OpenStack

As a: Cloud Architect

I want to: provision resources on OpenStack environments

So that: deploy private cloud resources.

Using the role

Using the role in a playbook
---
- name: Install openstack
  hosts: all

  tasks:
    - name: openstack is configured
      import_role:
        name: crivetimihai.openstack
      vars:
        openstack_enable_service: true
      tags: openstack
# Install the role
ansible-galaxy install crivetimihai.openstack

# Run the playbook
ansible-playbook openstack-playbook.yml

Last update: 2020-02-04