Commit b2b4349f by Edward Zarecor

Better consistency, argument passing

parent 74736db4
......@@ -11,7 +11,7 @@
# Defaults for role aws
#
VHOST_NAME: aws
vhost_name: aws
# If there are any issues with the s3 sync an error
# log will be sent to the following address.
......
......@@ -12,4 +12,4 @@
#
dependencies:
- role: vhost
VHOST_NAME: "aws"
VHOST_NAME: "{{ vhost_name }}"
......@@ -11,7 +11,7 @@
# Defaults for role openstack
#
VHOST_NAME: openstack
vhost_name: openstack
# Credentials for log sync script
SWIFT_LOG_SYNC_USERNAME: ''
......
......@@ -11,4 +11,5 @@
# Role includes for role openstack
#
dependencies:
- vhost
- role: vhost
VHOST_NAME: "{{ vhost_name }}"
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment