chef/roles/postgresql_primary.rb
2022-11-07 16:30:02 +01:00

10 lines
170 B
Ruby

name "postgresql_primary"
run_list %w(
kosmos_postgresql::primary
kosmos_postgresql::firewall
kosmos_gitea::pg_db
kosmos_drone::pg_db
kosmos-mastodon::pg_db
)