mirror of
https://github.com/Noratrieb/vps.git
synced 2026-01-16 17:45:14 +01:00
it's karin time
This commit is contained in:
parent
04abeec667
commit
fb19a9e036
2 changed files with 18 additions and 2 deletions
|
|
@ -31,7 +31,7 @@
|
|||
#####
|
||||
- name: Create /apps/widetom
|
||||
ansible.builtin.file:
|
||||
path: /apps/registry
|
||||
path: /apps/widetom
|
||||
state: directory
|
||||
mode: u=rwx,g=rx,o=rx
|
||||
#####
|
||||
|
|
@ -39,7 +39,15 @@
|
|||
#####
|
||||
- name: Create /apps/killua
|
||||
ansible.builtin.file:
|
||||
path: /apps/registry
|
||||
path: /apps/killua
|
||||
state: directory
|
||||
mode: u=rwx,g=rx,o=rx
|
||||
#####
|
||||
# APP: karin bot, /apps/karin-bot
|
||||
#####
|
||||
- name: Create /apps/karin-bot
|
||||
ansible.builtin.file:
|
||||
path: /apps/karin-bot
|
||||
state: directory
|
||||
mode: u=rwx,g=rx,o=rx
|
||||
#####
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue