Commit 7a5f6ebe by John Jarvis

adding playbook and inventory for jenkins test

parent 3f04ec3f
- name: Configure instance(s)
hosts: jenkins_test
sudo: True
gather_facts: True
vars:
migrate_db: True
mysql5_workaround: True
ansible_ssh_private_key_file: /var/lib/jenkins/continuous-integration.pem
vars_files:
- "{{ secure_dir }}/vars/edxapp_ref_users.yml"
- "{{ secure_dir }}/vars/edxapp_sandbox.yml"
roles:
- common
- nginx
- edxlocal
- edxapp
- xqueue
- xserver
[jenkins_test]
jenkins-test.sandbox.edx.org
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