This commit is contained in:
parent
19d919a21d
commit
0b0f9265a4
1 changed files with 3 additions and 6 deletions
|
@ -1,9 +1,6 @@
|
||||||
pipeline:
|
pipeline:
|
||||||
test:
|
test:
|
||||||
image: plugins/ansible
|
image: git.dreamfall.space/thrrgilag/ansible-builder
|
||||||
secrets: [ igor_key ]
|
secrets: [ igor_key ]
|
||||||
settings:
|
commands:
|
||||||
playbook: main.yml
|
- ansible-playbook --inventory hosts.ini --private-key $IGOR_KEY --user igor main.yml
|
||||||
inventory: hosts.ini
|
|
||||||
user: igor
|
|
||||||
private_key: $IGOR_KEY
|
|
||||||
|
|
Loading…
Reference in a new issue