Skip to content
Snippets Groups Projects
Commit 737edf1f authored by matt01671's avatar matt01671
Browse files

remove comments

parent ce61ecee
No related branches found
No related tags found
No related merge requests found
# - hosts: localhost
# vars_files:
# - host_vars/nectar.yaml
# gather_facts: true
- hosts: localhost
vars_files:
- host_vars/nectar.yaml
gather_facts: true
# roles:
# - role: openstack-common
# - role: openstack-volume
# - role: openstack-security-group
# - role: openstack-instance
roles:
- role: openstack-common
- role: openstack-volume
- role: openstack-security-group
- role: openstack-instance
# - hosts: instances
# vars_files:
# - host_vars/docker.yaml
# gather_facts: true
- hosts: instances
vars_files:
- host_vars/docker.yaml
gather_facts: true
# roles:
# - role: openstack-proxy
# - role: all-dependencies
# - role: all-mount
# - role: all-docker
roles:
- role: openstack-proxy
- role: all-dependencies
- role: all-mount
- role: all-docker
- hosts: web
vars_files:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment