mirror of
https://github.com/Noratrieb/vps.git
synced 2026-01-16 17:45:14 +01:00
move bisect-rustc
This commit is contained in:
parent
a701daf3c6
commit
4618c4b66a
6 changed files with 38 additions and 5 deletions
|
|
@ -59,6 +59,19 @@
|
|||
state: directory
|
||||
mode: u=rwx,g=rx,o=rx
|
||||
#####
|
||||
# APP: bisect-rustc-servce, /apps/bisect-rustc-service
|
||||
#####
|
||||
- name: Create /apps/bisect-rustc-service
|
||||
ansible.builtin.file:
|
||||
path: /apps/bisect-rustc-service
|
||||
state: directory
|
||||
mode: u=rwx,g=rx,o=rx
|
||||
- name: SQLite DB permissions for bisect-rustc-servce
|
||||
ansible.builtin.file:
|
||||
path: /apps/bisect-rustc-service/db.sqlite
|
||||
state: touch
|
||||
mode: u=rw,g=,o=
|
||||
#####
|
||||
# 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