Josh Disraeli
2020-03-04 ac4926b930e13aca7d4e84b7d4898b31cd492172
fix var file names (#1226)

2 files deleted
1 files modified
154 ■■■■■ changed files
ansible/configs/amq-messaging-foundations/default_vars.yml~ 117 ●●●●● patch | view | raw | blame | history
ansible/configs/amq-messaging-foundations/software.yml~ 28 ●●●●● patch | view | raw | blame | history
ansible/configs/ans-tower-lab/sample_vars.yml 9 ●●●● patch | view | raw | blame | history
ansible/configs/amq-messaging-foundations/default_vars.yml~
File was deleted
ansible/configs/amq-messaging-foundations/software.yml~
File was deleted
ansible/configs/ans-tower-lab/sample_vars.yml
@@ -18,7 +18,7 @@
# Cloud specfic settings - example given here for AWS
cloud_provider: ec2                     # Which AgnosticD Cloud Provider to use 
aws_region: us-east-1                   # AWS Region to deploy in
aws_region: us-east-1                 # AWS Region to deploy in
HostedZoneId: Z3IHLWJZOU9SRT            # You will need to change this
key_name: ocpkey                        # Keyname must exist in AWS
software_to_deploy: none
@@ -26,4 +26,11 @@
# AWS Credentials. These are required (don't sync them to your fork)
# aws_access_key_id: 
# aws_secret_access_key: 
#nodes count
tower_instance_count: 1
support_instance_count: 1
...