diff options
| author | alex <alex@pdp7.net> | 2025-10-11 13:10:50 +0200 |
|---|---|---|
| committer | alex <alex@pdp7.net> | 2025-10-11 17:56:49 +0200 |
| commit | 53d4504bfa39e06b9e43db07a6c8d2f15a8223a1 (patch) | |
| tree | 70125f4bc1f3c6bb183be37b35de58f7d73888b8 /infrastructure/roles/git/tasks/main.yaml | |
| parent | 340e1da68775afb99e049854624ae36ea2d46bd0 (diff) | |
Add gitweb and git https publishing instructions
Diffstat (limited to 'infrastructure/roles/git/tasks/main.yaml')
| -rw-r--r-- | infrastructure/roles/git/tasks/main.yaml | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/infrastructure/roles/git/tasks/main.yaml b/infrastructure/roles/git/tasks/main.yaml index 79fad63..ba39e05 100644 --- a/infrastructure/roles/git/tasks/main.yaml +++ b/infrastructure/roles/git/tasks/main.yaml @@ -1,3 +1,10 @@ - name: install git ansible.builtin.package: - name: git + name: + - git + - gitweb +- name: enable cgid + ansible.builtin.command: + cmd: a2enmod cgid + creates: /etc/apache2/mods-enabled/cgid.load + notify: restart web |
