14 lines
439 B
YAML
14 lines
439 B
YAML
---
|
|
warehost_db_host: localhost
|
|
warehost_host_web_type: caddy
|
|
warehost_host_web_path: /etc/caddy/hosts/50-gen-warehost.act
|
|
warehost_host_web_webroot: /srv/http/domain
|
|
warehost_host_db_type: mysql
|
|
warehost_host_db_host: ""
|
|
warehost_host_db_user: root
|
|
warehost_host_db_pass: "{{ lookup('password', 'credentials/mysql_root length=15') }}"
|
|
warehost_host_db_prefix: warehost_db
|
|
warehost_web_webroot: /srv/http/web
|
|
http_usr: http
|
|
http_grp: http
|