This repository has been archived on 2020-09-27. You can view files and clone it, but cannot push or open issues or pull requests.
ansible-role-warehost/warehost-host/defaults/main.yml

12 lines
388 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
http_grp: http