Commit 002cfa22 by John Jarvis

setting private key for jenkins

parent 77240a7f
......@@ -17,6 +17,7 @@
gather_facts: True
vars:
migrate_db: 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"
......@@ -25,7 +26,6 @@
- nginx
- edxlocal
- edxapp
- name: Terminate instances
hosts: localhost
......@@ -35,4 +35,3 @@
local_action:
module: ec2
termination_list: ${ec2.instances}
# with_items: ${ec2.instances}
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