This commit is contained in:
parent
c8ada6d306
commit
15dad0fc7d
@ -5,10 +5,8 @@ pipeline:
|
||||
- RUNNER_PLAYBOOK=ping.yml
|
||||
commands:
|
||||
- mkdir env
|
||||
- echo $SSH_KEY > env/ssh_key
|
||||
- find .
|
||||
- echo $SSH_KEY | base64 -d > env/ssh_key
|
||||
- md5sum env/ssh_key
|
||||
- cat env/ssh_key | head -n 1
|
||||
- ansible-runner run `pwd`
|
||||
secrets: [ssh_key]
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user