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