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
Raw Normal View History

2016-11-27 10:06:35 +01:00
---
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
2016-12-07 11:49:05 +01:00
http_grp: http