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