Commit 002cfa22 by John Jarvis

setting private key for jenkins

parent 77240a7f
...@@ -17,6 +17,7 @@ ...@@ -17,6 +17,7 @@
gather_facts: True gather_facts: True
vars: vars:
migrate_db: True migrate_db: True
ansible_ssh_private_key_file: /var/lib/jenkins/continuous-integration.pem
vars_files: vars_files:
- "{{ secure_dir }}/vars/edxapp_ref_users.yml" - "{{ secure_dir }}/vars/edxapp_ref_users.yml"
- "{{ secure_dir }}/vars/edxapp_sandbox.yml" - "{{ secure_dir }}/vars/edxapp_sandbox.yml"
...@@ -25,7 +26,6 @@ ...@@ -25,7 +26,6 @@
- nginx - nginx
- edxlocal - edxlocal
- edxapp - edxapp
- name: Terminate instances - name: Terminate instances
hosts: localhost hosts: localhost
...@@ -35,4 +35,3 @@ ...@@ -35,4 +35,3 @@
local_action: local_action:
module: ec2 module: ec2
termination_list: ${ec2.instances} 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