Files
configpolicy/hassdb.yml
Dustin C. Hatch 7b49309803 hassdb: Fix playbook
* Need to apply the *postgresql-server* role to ensure PostgreSQL is
  properly configured
* Need to supply a PostgreSQL certificate (use Let's Encrypt so we don't
  have to manage a CA)
* Missing Ansible Vault file that includes the DB user password
2020-08-29 14:22:17 -05:00

7 lines
114 B
YAML

- hosts: hassdb
vars_files:
- vault/hassdb/{{ inventory_hostname }}
roles:
- postgresql-server
- hassdb