You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
---
|
|
|
|
dependencies:
|
|
- role: nginx/static
|
|
- role: git_auto_update
|
|
name: "{{ domain }}"
|
|
dest: "{{ root_directory }}"
|
|
owner: root
|
|
group: "{{ nginx_system_user }}"
|
|
mode: "u=rwx,g=rx"
|