chef/roles/postgresql_replica.rb
Sebastian Kippe 4872677066
Configure postgres recipes for VMs and zerotier access
* Remove encfs (using encrypted volumes instead)
* Allow access without TLS from zerotier network
2021-01-07 13:53:30 +01:00

7 lines
101 B
Ruby

name "postgresql_replica"
run_list %w(
kosmos-postgresql::replica
kosmos-postgresql::firewall
)