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