diff options
author | Johannes Stoelp <johannes.stoelp@gmail.com> | 2023-01-03 22:50:39 +0100 |
---|---|---|
committer | Johannes Stoelp <johannes.stoelp@gmail.com> | 2023-01-03 22:50:39 +0100 |
commit | e54e1279af1b7985eee81d5272d8c7506e49270b (patch) | |
tree | bf49f8f2d3909a4284d6da2cb70b0943cfa6dbe1 /roles | |
parent | 5865d893c3942077d7d3706a8cfdec36452221e9 (diff) | |
download | ansible-memzero-e54e1279af1b7985eee81d5272d8c7506e49270b.tar.gz ansible-memzero-e54e1279af1b7985eee81d5272d8c7506e49270b.zip |
git: add example ssh config snippet
Diffstat (limited to 'roles')
-rw-r--r-- | roles/git/tasks/main.yml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/roles/git/tasks/main.yml b/roles/git/tasks/main.yml index 2c69953..15a00df 100644 --- a/roles/git/tasks/main.yml +++ b/roles/git/tasks/main.yml @@ -17,6 +17,12 @@ force: true register: cgito_build +# Example ssh config snippet (~/.ssh/config) +# host git.memzero.de +# user git +# port 8022 +# identityfile ~/.ssh/memzero + - name: Gitolite cgit containers.podman.podman_container: name: cgito |