Skip to content
Snippets Groups Projects
Select Git revision
  • 6dd4cc2e8c40ddead13eb9062db6c7f1dcbb8b38
  • master default protected
  • final-version
3 results

Building.class

Blame
  • Forked from Zening Li / SWEN30006-Group-Work
    Source project has a limited visibility.
    create-instances.yaml 564 B
    - hosts: localhost
      vars_files:
        - host_vars/nectar.yaml
      gather_facts: true
    
      roles:
        - role: openstack-common
        - role: openstack-volume
        - role: openstack-security-group
        - role: cluster-security-group
        - role: openstack-instance
    
    - hosts: instances
      vars_files:
        - host_vars/docker.yaml
      gather_facts: true
    
      roles:
        - role: openstack-proxy
        - role: all-dependencies
        - role: all-mount
        - role: all-docker
    
    - hosts: web
      vars_files:
        - host_vars/react.yaml
      gather_facts: true
    
      roles:
        - role: react-build