php-pool: Added domain to required variables (doc-only)

wip
Felix Stupp 5 years ago
parent 9595db481f
commit 852dbdb143
Signed by: zocker
GPG Key ID: 93E1BD26F6B02FB7

@ -1,5 +1,6 @@
---
# domain: "example.com"
# system_user: "www-data"
# src: "/of/php/files"
pool_name: "{{ system_user + '-' + domain | regex_findall('[a-zA-Z0-9]+') | join('_') }}"

Loading…
Cancel
Save