Add 2px and tunuifranken install dirs

This commit is contained in:
flyingscorpio@arch-desktop 2021-10-31 14:50:18 +01:00
parent 5c8e4d9c4c
commit af6586b4c0
2 changed files with 23 additions and 0 deletions

View file

@ -21,3 +21,9 @@ gitea_db_password: !vault |
38316339323034323332316239333765393230366138633262366438313935383533363665343566 38316339323034323332316239333765393230366138633262366438313935383533363665343566
6363326537336333320a363061646361643839666134333061313032316564633766663236366364 6363326537336333320a363061646361643839666134333061313032316564633766663236366364
3138 3138
# 2px install dir
2px_directory: "/var/www/2px"
# tunuifranken install dir
tunuifranken_directory: "/var/www/tunuifranken"

View file

@ -0,0 +1,17 @@
---
- name: "2px directory"
file:
path: "{{ 2px_directory }}"
owner: "flyingscorpio"
group: "flyingscorpio"
state: directory
mode: '0775'
- name: "tunuifranken directory"
file:
path: "{{ tunuifranken_directory }}"
owner: "flyingscorpio"
group: "flyingscorpio"
state: directory
mode: '0775'