This commit is contained in:
parent
15dad0fc7d
commit
163efee48b
@ -6,7 +6,6 @@ pipeline:
|
|||||||
commands:
|
commands:
|
||||||
- mkdir env
|
- mkdir env
|
||||||
- echo $SSH_KEY | base64 -d > env/ssh_key
|
- echo $SSH_KEY | base64 -d > env/ssh_key
|
||||||
- md5sum env/ssh_key
|
|
||||||
- ansible-runner run `pwd`
|
- ansible-runner run `pwd`
|
||||||
secrets: [ssh_key]
|
secrets: [ssh_key]
|
||||||
|
|
||||||
|
@ -1,3 +1,4 @@
|
|||||||
all:
|
all:
|
||||||
hosts:
|
hosts:
|
||||||
docker2.t-juice.club
|
docker2.t-juice.club:
|
||||||
|
docker.t-juice.club:
|
Loading…
Reference in New Issue
Block a user