Skip to content
Snippets Groups Projects
Select Git revision
  • 5345b2f3c5e19134286aaf740ded1d0b7f501d4c
  • master default protected
2 results

hamcrest-core-1.3.jar

Blame
  • 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