OpenStack
Document Control
TODO:
- Overall structure.
- Initial draft complete
- Testing
- Ready
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: devopstoolbox.openstack vars: openstack_enable_service: true tags: openstack
# Install the role ansible-galaxy install devopstoolbox.openstack # Run the playbook ansible-playbook openstack-playbook.yml
Last update: 2020-02-09