Adding all the stuff that was needed to get gitea working again...

This commit is contained in:
2024-12-03 13:12:59 -05:00
parent 5d517edc4e
commit 4a4c5d9aad
6 changed files with 372 additions and 10 deletions

View File

@@ -46,7 +46,7 @@
path: "{{ httptest_user_www }}"
owner: httptest
group: httptest
mode: "0750"
mode: "0755"
state: directory
- name: Make index.html file
@@ -54,7 +54,7 @@
path: "{{ httptest_user_www }}/index.html"
owner: httptest
group: httptest
mode: "0750"
mode: "0644"
line: "<!DOCTYPE html><html><body><h1>TEST</h1></body></html>"
create: true
@@ -91,7 +91,7 @@
rm: false
ports: 8080:80
volumes:
- "{{ httptest_user_www }}:/usr/local/apache2/htdocs"
- "{{ httptest_user_www }}:/usr/local/apache2/htdocs:Z"
quadlet_options:
- "AutoUpdate=registry"
- "Pull=newer"
@@ -115,4 +115,4 @@
name: "httptest-quadlet.service"
scope: user
state: started
become_user: "httptest"
become_user: "httptest"