Give ownership of /var/www/staticadventures.netlib.re to southerntofu

This commit is contained in:
southerntofu 2020-04-24 18:06:21 +02:00
parent 70da3987a0
commit f1e429206f
1 changed files with 8 additions and 0 deletions

View File

@ -48,6 +48,14 @@
src: ../files/etc/apache2/sites-available/staticadventures.netlib.re.conf
dest: /etc/apache2/sites-available/staticadventures.netlib.re.conf
- name: Give permissions for staticadventures.netlib.re to southerntofu
file:
path: /var/www/staticadventures.netlib.re
state: directory
owner: southerntofu
group: southerntofu
mode: 744
- name: Deploy apache site conf for deb.thunix.net
copy:
src: ../files/etc/apache2/sites-available/deb.thunix.net.conf