Select Git revision
hamcrest-core-1.3.jar
Forked from
Tim Miller / SWEN90006-A1-2018
Source project has a limited visibility.
nectar.yaml 364 B
# playbook file
- hosts: localhost
vars_files:
- host_vars/nectar.yaml
gather_facts: true
roles:
- role: openstack-common
- role: openstack-images
- role: openstack-volume
- role: openstack-security-group
- role: openstack-instance # instance depends on the aboves
- role: openstack-volume-snapshot
- role: openstack-setup