Revert "Attempt a fix"
No passwords on the filesystem please
This commit is contained in:
parent
49688ef667
commit
99ec15f99f
@ -9,9 +9,6 @@ before_script:
|
|||||||
- echo "$ANSIBLE_SSH_KEY" | tr -d '\r' | ssh-add -
|
- echo "$ANSIBLE_SSH_KEY" | tr -d '\r' | ssh-add -
|
||||||
- mkdir -p ~/.ssh
|
- mkdir -p ~/.ssh
|
||||||
- chmod -R 0700 ~/.ssh
|
- chmod -R 0700 ~/.ssh
|
||||||
- touch ~/.ssh/desu
|
|
||||||
- chmod 0600 ~/.ssh/desu
|
|
||||||
- echo "$ANSIBLE_SSH_KEY" | tr -d '\r' > ~/.ssh/desu
|
|
||||||
# Dump the vault password
|
# Dump the vault password
|
||||||
- touch /vaultpw
|
- touch /vaultpw
|
||||||
- chmod 0600 /vaultpw
|
- chmod 0600 /vaultpw
|
||||||
|
Loading…
Reference in New Issue
Block a user