mirror of
https://github.com/Noratrieb/vps.git
synced 2026-01-14 16:55:00 +01:00
copy uptime json
This commit is contained in:
parent
44976d4585
commit
d784df4f20
1 changed files with 13 additions and 0 deletions
|
|
@ -4,6 +4,19 @@
|
||||||
gather_facts: false
|
gather_facts: false
|
||||||
tasks:
|
tasks:
|
||||||
#####
|
#####
|
||||||
|
# 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"
|
||||||
|
#####
|
||||||
# APP: openolat, /apps/openolat
|
# APP: openolat, /apps/openolat
|
||||||
#####
|
#####
|
||||||
- name: Create /apps/openolat
|
- name: Create /apps/openolat
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue