ansible/base/vhost.yml
2016-02-12 15:24:16 +01:00

6 lines
188 B
YAML

---
- hosts: all
become: yes
tasks:
- name: Create and check vhost directory perms
file: path=/home/vhosts state=directory mode="u=rwx,g=rwx,o=rx" owner=www-data group=www-data