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
This commit is contained in:
@@ -2,4 +2,5 @@
|
||||
vars_files:
|
||||
- vault/hassdb/{{ inventory_hostname }}
|
||||
roles:
|
||||
- postgresql-server
|
||||
- hassdb
|
||||
|
||||
Reference in New Issue
Block a user