This commit is contained in:
parent
416ad9d0c3
commit
0f3f868368
1 changed files with 2 additions and 2 deletions
|
@ -2,9 +2,9 @@ pipeline:
|
|||
publish:
|
||||
image: plugins/ansible
|
||||
secrets: [ ssh_key ]
|
||||
environment:
|
||||
- ANSIBLE_HOST_KEY_CHECKING=False
|
||||
settings:
|
||||
playbook: main.yml
|
||||
inventory: hosts.ini
|
||||
connection: paramiko_ssh
|
||||
user: igor
|
||||
private_key: $SSH_KEY
|
||||
|
|
Loading…
Reference in a new issue