5344f28cc4
Change-Id: If22b06353eeb23570fbcd13cd4493e8d67b9ce5f
15 lines
315 B
YAML
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 }}"
|