11 lines
373 B
YAML
11 lines
373 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
|