Vérification vhosts avec USER et GROUP
This commit is contained in:
parent
4ec0cd0164
commit
d04b5ca780
@ -3,4 +3,4 @@
|
||||
become: yes
|
||||
tasks:
|
||||
- name: Create and check vhost directory perms
|
||||
file: path=/home/vhosts state=directory mode="u=rwx,g=rwx,o=rx"
|
||||
file: path=/home/vhosts state=directory mode="u=rwx,g=rwx,o=rx" owner=www-data group=www-data
|
Loading…
Reference in New Issue
Block a user