Commit b84f551f by Vik Paruchuri

Update paths

parent 7f8b6799
[ec2]
regions=all
destination_variable=public_dns_name
vpc_destination_variable=private_dns_name
vpc_destination_variable=private_ip_address
cache_path=/tmp
cache_max_age=300
......@@ -7,7 +7,7 @@ os_name: ubuntu
# these pathes are relative to the playbook dir
# directory for secret settings (keys, etc)
secure_dir: 'secure_example'
secure_dir: '../../edx-secret'
# this indicates the path to site-specific (with precedence)
# things like nginx template files
......
......@@ -13,7 +13,7 @@
- update
- name: Touch tracking file into existence
command: touch -a {{log_base_dir}}/tracking.log creates={{log_base_dir}}/tracking.log
command: touch -a {{log_base_dir}}/tracking.log creates={{log_base_dir}}/tracking.log
tags:
- logging
- update
......
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