This commit is contained in:
Mangiang 2021-11-02 15:17:27 -04:00
parent 64bcbac9e7
commit ce529e5595
No known key found for this signature in database
GPG Key ID: DAE9B92A692CD55C

View File

@ -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