Update proxy playbook

This commit is contained in:
2023-11-02 23:29:54 -04:00
parent 5633468f41
commit 385e60aee5
6 changed files with 64 additions and 18 deletions

View File

@@ -7,6 +7,7 @@ users:
uid: 1001
gid: 1001
home: true
system: true
# Import my GPG key for git signature verification
root_gpgkeys:
@@ -35,6 +36,8 @@ docker_compose_deploy:
url: https://github.com/krislamo/gitea
version: b0ce66f6a1ab074172eed79eeeb36d7e9011ef8f
enabled: true
trusted_keys:
- FBF673CEEC030F8AECA814E73EDA9C3441EDA925
env:
USER_UID: "{{ users.git.uid }}"
USER_GID: "{{ users.git.gid }}"