Vérification vhosts avec USER et GROUP

This commit is contained in:
Michael RICOIS 2016-02-12 15:24:16 +01:00
parent 4ec0cd0164
commit d04b5ca780

View File

@ -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