ansible/base/vhost.yml
2016-02-04 13:25:09 +00:00

6 lines
158 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"