Fix dir creation for apache

This commit is contained in:
flyingscorpio@clevo 2022-03-12 19:00:14 +01:00
parent 8373bdbd7e
commit 6d5c9b8c00
3 changed files with 8 additions and 2 deletions

View file

@ -1,4 +1,4 @@
---
dir_2px: /var/www/2px
dir_2px: /var/www/2px.info
owner_2px: "{{ ansible_facts['env']['USER'] }}"
group_2px: "{{ ansible_facts['env']['USER'] }}"

View file

@ -12,3 +12,9 @@
file:
path: /var/www/html
state: absent
- name: Create /var/www/empty for *:80 vHosts
become: true
file:
path: /var/www/empty
state: directory

View file

@ -1,4 +1,4 @@
---
dir_tunuifranken: /var/www/tunuifranken
dir_tunuifranken: /var/www/tunuifranken.info
owner_tunuifranken: "{{ ansible_facts['env']['USER'] }}"
group_tunuifranken: "{{ ansible_facts['env']['USER'] }}"