mirror of
https://github.com/Noratrieb/vps.git
synced 2026-01-17 01:55:10 +01:00
cors-school
This commit is contained in:
parent
c0ed8f61fc
commit
ab7d6a91d6
6 changed files with 88 additions and 4 deletions
|
|
@ -51,6 +51,14 @@
|
|||
state: directory
|
||||
mode: u=rwx,g=rx,o=rx
|
||||
#####
|
||||
# APP: cors-school, /apps/cors-school
|
||||
#####
|
||||
- name: Create /apps/cors-school
|
||||
ansible.builtin.file:
|
||||
path: /apps/cors-school
|
||||
state: directory
|
||||
mode: u=rwx,g=rx,o=rx
|
||||
#####
|
||||
# END: docker compose up!
|
||||
#####
|
||||
# We want this to be last so that all app-specific config has been done.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue