mirror of
https://github.com/Noratrieb/vps.git
synced 2026-01-16 01:25:09 +01:00
updates
This commit is contained in:
parent
ddd851ae6e
commit
d925b4783e
11 changed files with 23 additions and 60 deletions
|
|
@ -3,11 +3,6 @@
|
|||
hosts: vps1
|
||||
gather_facts: false
|
||||
tasks:
|
||||
- name: Copy over some fun files
|
||||
ansible.builtin.copy:
|
||||
dest: /var/www/html/nora/
|
||||
src: "../vps1/nora/"
|
||||
mode: "u=rw,g=r,o=r"
|
||||
#####
|
||||
# END: docker compose up!
|
||||
#####
|
||||
|
|
|
|||
|
|
@ -14,6 +14,11 @@
|
|||
minute: "5"
|
||||
hour: "7"
|
||||
job: "/apps/backup.sh"
|
||||
- name: Copy over some fun files
|
||||
ansible.builtin.copy:
|
||||
dest: /var/www/html/nora/
|
||||
src: "../vps2/nora/"
|
||||
mode: "u=rw,g=r,o=r"
|
||||
#####
|
||||
# APP: prometheus, /apps/prometheus
|
||||
- name: Create /apps/prometheus
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue