This commit is contained in:
parent
66bc8e2256
commit
ea79db6e45
@ -37,12 +37,12 @@ steps:
|
||||
- name: ansible - sayhi
|
||||
image: plugins/ansible:3.0.0
|
||||
environment:
|
||||
ANSIBLE_CONFIG: .ansible/ansible.cfg
|
||||
ANSIBLE_CONFIG: ansible/ansible.cfg
|
||||
DEFAULT_REMOTE_USER:
|
||||
from_secret: username
|
||||
settings:
|
||||
playbook: .ansible/playbooks/playbook.yml
|
||||
inventory: .ansible/inventory
|
||||
playbook: ansible/playbooks/playbook.yml
|
||||
inventory: ansible/inventory
|
||||
extra_vars:
|
||||
'additional_var=footestpls,another_var=bartest'
|
||||
ssh_extra_args: "'-o StrictHostKeyChecking=no'"
|
||||
|
Loading…
Reference in New Issue
Block a user