Add the postgresql_client role to the mastodon role

This will add the firewall rule and pg_hba access rule on the PostgreSQL
servers
This commit is contained in:
Greg Karékinian
2020-12-18 17:54:31 +01:00
parent c700f98976
commit 87388ac69d
2 changed files with 3 additions and 3 deletions

View File

@@ -3,4 +3,5 @@ name "mastodon"
run_list %w(
kosmos-mastodon
kosmos-mastodon::nginx
role[postgresql_client]
)