parent
ca91c42d0c
commit
19d919a21d
1 changed files with 3 additions and 3 deletions
|
@ -1,9 +1,9 @@
|
||||||
pipeline:
|
pipeline:
|
||||||
test:
|
test:
|
||||||
image: plugins/ansible:3
|
image: plugins/ansible
|
||||||
secrets: [ test_key ]
|
secrets: [ igor_key ]
|
||||||
settings:
|
settings:
|
||||||
playbook: main.yml
|
playbook: main.yml
|
||||||
inventory: hosts.ini
|
inventory: hosts.ini
|
||||||
user: igor
|
user: igor
|
||||||
private_key: $TEST_KEY
|
private_key: $IGOR_KEY
|
||||||
|
|
Loading…
Reference in a new issue