parent
8a4a58716e
commit
1b2d7ec519
1 changed files with 7 additions and 13 deletions
|
@ -1,15 +1,9 @@
|
||||||
pipeline:
|
pipeline:
|
||||||
test:
|
test:
|
||||||
image: docker
|
image: plugins/ansible:3
|
||||||
secrets: [ blarp, test_key ]
|
secrets: [ test_key ]
|
||||||
commands:
|
settings:
|
||||||
- echo hello
|
playbook: main.yml
|
||||||
- echo "$BLARP"
|
inventory: hosts.ini
|
||||||
- echo $BLARP > test
|
user: igor
|
||||||
- echo $TEST_KEY > testkey
|
private_key: $TEST_KEY
|
||||||
- wc -c test
|
|
||||||
- cat test
|
|
||||||
- ls -la
|
|
||||||
- echo "something" >> testkey
|
|
||||||
- wc -l testkey
|
|
||||||
- cat testkey
|
|
||||||
|
|
Loading…
Reference in a new issue