Commit e87f888f by Sef Kloninger

edx-west/{prod,stage}-jumpbox: barebones playbooks

Just to facilitate user updates to the jumpboxes.
parent 4973f601
- hosts: tag_Name_jumpbox_prod
sudo: True
vars_files:
- "{{ secure_dir }}/vars/users.yml"
- "{{ secure_dir }}/vars/users_jumpbox.yml"
vars:
secure_dir: '../../../configuration-secure/ansible'
# this indicates the path to site-specific (with precedence)
# things like nginx template files
local_dir: '../../../configuration-secure/ansible/local'
roles:
- common
\ No newline at end of file
- common
- hosts: tag_Name_jumpbox_stage
sudo: True
vars_files:
- "{{ secure_dir }}/vars/users_jumpbox.yml"
vars:
secure_dir: '../../../configuration-secure/ansible'
local_dir: '../../../configuration-secure/ansible/local'
roles:
- common
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