mirror of
https://git.lapiole.org/dani/ansible-roles.git
synced 2025-08-07 09:07:03 +02:00
Update to 2023-03-24 18:00
This commit is contained in:
12
roles/wapt_server/tasks/directories.yml
Normal file
12
roles/wapt_server/tasks/directories.yml
Normal file
@@ -0,0 +1,12 @@
|
||||
---
|
||||
|
||||
- name: Create directories
|
||||
file: path={{ item.path }} state=directory mode={{ item.mode | default(omit) }} owner={{ item.owner | default(omit) }} group={{ item.group | default(omit) }}
|
||||
loop:
|
||||
- path: /opt/wapt
|
||||
mode: 755
|
||||
- path: /opt/wapt/meta
|
||||
mode: 700
|
||||
- path: /opt/wapt/backup
|
||||
mode: 700
|
||||
tags: wapt
|
Reference in New Issue
Block a user