LOL
This commit is contained in:
parent
93cd9ba5c5
commit
1da28ab912
1 changed files with 1 additions and 0 deletions
|
@ -7,6 +7,7 @@ steps:
|
||||||
image: local/builder
|
image: local/builder
|
||||||
|
|
||||||
commands:
|
commands:
|
||||||
|
- ansible-playbook --help
|
||||||
- mkdir /root/.ssh && chmod 0700 /root/.ssh
|
- mkdir /root/.ssh && chmod 0700 /root/.ssh
|
||||||
- echo $SSH_KEY | base64 --decode >> /root/.ssh/id_rsa
|
- echo $SSH_KEY | base64 --decode >> /root/.ssh/id_rsa
|
||||||
- chmod 0600 /root/.ssh/id_rsa
|
- chmod 0600 /root/.ssh/id_rsa
|
||||||
|
|
Loading…
Reference in a new issue