2023-03-08 22:52:10 +00:00
|
|
|
pipeline:
|
|
|
|
test:
|
2023-03-09 01:24:24 +00:00
|
|
|
image: git.dreamfall.space/thrrgilag/ansible-builder
|
2023-03-09 00:42:38 +00:00
|
|
|
secrets: [ igor_key ]
|
2023-03-09 01:24:24 +00:00
|
|
|
commands:
|
2023-03-09 01:32:20 +00:00
|
|
|
- echo $IGOR_KEY > /tmp/privateKey
|
|
|
|
- ANSIBLE_HOST_KEY_CHECKING=False ansible-playbook --inventory hosts.ini --private-key /tmp/privateKey --user igor main.yml
|