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:
@@ -1,6 +1,6 @@
|
||||
name "postgresql_primary"
|
||||
|
||||
run_list %w(
|
||||
kosmos-postgresql::default
|
||||
kosmos-postgresql::firewall_replicas
|
||||
kosmos-postgresql::primary
|
||||
kosmos-postgresql::firewall
|
||||
)
|
||||
|
||||
@@ -2,5 +2,5 @@ name "postgresql_replica"
|
||||
|
||||
run_list %w(
|
||||
kosmos-postgresql::replica
|
||||
kosmos-postgresql::firewall_replicas
|
||||
kosmos-postgresql::firewall
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user