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.

17 lines
470 B
YAML

---
# repo
# domain: php.example
system_user: "{{ domain | domain_to_username }}"
user_directory: "{{ global_webservers_directory }}/{{ domain }}"
installation_directory: "{{ user_directory }}/repository"
webroot_directory: "{{ installation_directory }}/{{ root | default('.') }}"
database_user: "{{ system_user }}"
# database_pass from mysql/database
# database_name from mysql/database
# installation_includes [opt] # will be prefixed with installation_directory