diff options
author | clarkzjw <[email protected]> | 2023-01-20 14:55:36 -0800 |
---|---|---|
committer | clarkzjw <[email protected]> | 2023-01-20 14:55:36 -0800 |
commit | 9be2b67e354773c1f65d7502b5eee2dbf1bb1498 (patch) | |
tree | 38015f826072694783a40470a0536bb60152fedb /clarkzjw.cc/config/bia/ansible/roles/cgit/tasks | |
parent | 3ca3701bde891b8bd6ba989c8ee92bff0dc452dd (diff) | |
download | homelab-9be2b67e354773c1f65d7502b5eee2dbf1bb1498.tar.gz |
bia: add cgit filters
Diffstat (limited to 'clarkzjw.cc/config/bia/ansible/roles/cgit/tasks')
-rw-r--r-- | clarkzjw.cc/config/bia/ansible/roles/cgit/tasks/main.yaml | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/clarkzjw.cc/config/bia/ansible/roles/cgit/tasks/main.yaml b/clarkzjw.cc/config/bia/ansible/roles/cgit/tasks/main.yaml index 872a43a..375bd8f 100644 --- a/clarkzjw.cc/config/bia/ansible/roles/cgit/tasks/main.yaml +++ b/clarkzjw.cc/config/bia/ansible/roles/cgit/tasks/main.yaml | |||
@@ -6,6 +6,7 @@ | |||
6 | - nginx | 6 | - nginx |
7 | - fcgiwrap | 7 | - fcgiwrap |
8 | - security/py-certbot-nginx | 8 | - security/py-certbot-nginx |
9 | - py39-virtualenv | ||
9 | 10 | ||
10 | - name: Create git directory | 11 | - name: Create git directory |
11 | file: | 12 | file: |
@@ -38,4 +39,6 @@ | |||
38 | # test nginx conf | 39 | # test nginx conf |
39 | # reload nginx conf | 40 | # reload nginx conf |
40 | # create git user | 41 | # create git user |
41 | # git user permission | 42 | # gitolite config |
43 | # create virtualenv | ||
44 | # cgit filters | ||