diff options
Diffstat (limited to 'roles/ln')
| -rw-r--r-- | roles/ln/files/public/milehouse.html | 1 | ||||
| -rw-r--r-- | roles/ln/tasks/main.yml | 7 |
2 files changed, 8 insertions, 0 deletions
diff --git a/roles/ln/files/public/milehouse.html b/roles/ln/files/public/milehouse.html new file mode 100644 index 0000000..34f796c --- /dev/null +++ b/roles/ln/files/public/milehouse.html @@ -0,0 +1 @@ +<meta http-equiv="refresh" content="0;url=https://forms.zohopublic.eu/mejo1/form/MilehousehutJuly2026/formperma/Jzvv9p6KIJxon5_kc2l29tI0FiMjKy3bJ5ICS9K67NQ" /> diff --git a/roles/ln/tasks/main.yml b/roles/ln/tasks/main.yml new file mode 100644 index 0000000..f600c21 --- /dev/null +++ b/roles/ln/tasks/main.yml @@ -0,0 +1,7 @@ +- name: Copy public files + ansible.builtin.copy: + src: public/ + dest: "{{ services.ln.root }}/" + owner: joeac.net + group: joeac.net + mode: "664" |
