Configure postgres recipes for VMs and zerotier access

* Remove encfs (using encrypted volumes instead)
* Allow access without TLS from zerotier network
This commit is contained in:
2021-01-07 13:53:30 +01:00
parent 9d9907f0ed
commit 4872677066
9 changed files with 86 additions and 205 deletions

View File

@@ -1,6 +1,6 @@
name "postgresql_primary"
run_list %w(
kosmos-postgresql::default
kosmos-postgresql::firewall_replicas
kosmos-postgresql::primary
kosmos-postgresql::firewall
)