ci-cloud-config/zuul.d/playbooks-deploy/run.yml
Logan V 5344f28cc4 Fix ARA setup
Change-Id: If22b06353eeb23570fbcd13cd4493e8d67b9ce5f
2019-03-17 16:57:24 -05:00

15 lines
315 B
YAML

---
- hosts: all
become: yes
become_user: root
environment:
SSH_AUTH_SOCK: "{{ ssh_agent_sock }}"
ANSIBLE_VAULT_PASSWORD_FILE: "{{ vault_key_path }}"
SETUP_ARA: 'true'
tasks:
- name: Run the deploy job
command: scripts/run_deploy.sh
args:
chdir: "{{ lsn_ci_src_path }}"