ansible: begin inventory

This commit is contained in:
2024-07-10 15:39:43 +02:00
parent ef7a468991
commit 0e2ea5cb36
5 changed files with 53 additions and 4 deletions

View File

@@ -15,6 +15,8 @@ fi
export SSH_AUTH_SOCK=/home/arcodange/.ssh/socket
mkdir `dirname $SSH_AUTH_SOCK`
set -x
socat UNIX-LISTEN:$SSH_AUTH_SOCK,fork UNIX-CONNECT:$SOCKET_FILE &
set +x
chown -R 1000 `dirname $SSH_AUTH_SOCK`
echo "export SSH_AUTH_SOCK=$SSH_AUTH_SOCK" >> ~/.profile