move uptime

This commit is contained in:
nora 2024-08-02 22:47:33 +02:00
parent b695131065
commit 1a2f1dfbfa
12 changed files with 89 additions and 53 deletions

View file

@ -149,19 +149,6 @@
state: directory
mode: "u=rwx,g=rwx,o=rwx"
#####
# APP: uptime, /apps/uptime
#####
- name: Create /apps/uptime
ansible.builtin.file:
path: /apps/uptime
state: directory
mode: "u=rwx,g=rx,o=rx"
- name: Copy uptime.json
ansible.builtin.copy:
dest: /apps/uptime/uptime.json
src: ../apps/uptime/uptime.json
mode: "u=r,g=r,o=r"
#####
# END: docker compose up!
#####
# We want this to be last so that all app-specific config has been done.