parent
4c3c0cc8f3
commit
0b31cda19f
1 changed files with 2 additions and 1 deletions
|
@ -3,4 +3,5 @@ pipeline:
|
|||
image: git.dreamfall.space/thrrgilag/ansible-builder
|
||||
secrets: [ igor_key ]
|
||||
commands:
|
||||
- ANSIBLE_HOST_KEY_CHECKING=False ansible-playbook --inventory hosts.ini --private-key $IGOR_KEY --user igor main.yml
|
||||
- echo $IGOR_KEY > /tmp/privateKey
|
||||
- ANSIBLE_HOST_KEY_CHECKING=False ansible-playbook --inventory hosts.ini --private-key /tmp/privateKey --user igor main.yml
|
||||
|
|
Loading…
Reference in a new issue