ansible/base/vhost.yml

6 lines
158 B
YAML
Raw Normal View History

2016-02-04 14:18:52 +01:00
---
- 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"