test
This commit is contained in:
parent
64bcbac9e7
commit
ce529e5595
@ -58,11 +58,6 @@ steps:
|
|||||||
branch:
|
branch:
|
||||||
- development
|
- development
|
||||||
|
|
||||||
- name: add ansible config
|
|
||||||
image: ubuntu:impish
|
|
||||||
commands:
|
|
||||||
- mkdir -p /etc/ansible && printf "[ssh_connection]\ncontrol_path_dir=/dev/shm/ansible_control_path\nssh_args=''" > /etc/ansible/ansible.cfg
|
|
||||||
|
|
||||||
- name: apply ansible playbook
|
- name: apply ansible playbook
|
||||||
image: plugins/ansible:3
|
image: plugins/ansible:3
|
||||||
settings:
|
settings:
|
||||||
@ -84,6 +79,10 @@ steps:
|
|||||||
from_secret: deploy_path
|
from_secret: deploy_path
|
||||||
ANSIBLE_DEBUG: true
|
ANSIBLE_DEBUG: true
|
||||||
PLUGIN_ANSIBLE_DEBUG: true
|
PLUGIN_ANSIBLE_DEBUG: true
|
||||||
|
ANSIBLE_CONTROL_PATH: /dev/shm/
|
||||||
|
PLUGIN_ANSIBLE_CONTROL_PATH: /dev/shm/
|
||||||
|
ANSIBLE_SSH_ARGS: ''
|
||||||
|
PLUGIN_ANSIBLE_SSH_ARGS: ''
|
||||||
when:
|
when:
|
||||||
branch:
|
branch:
|
||||||
- master
|
- master
|
||||||
|
Loading…
x
Reference in New Issue
Block a user