Adapt Drone recipes for VM setup, use PostgreSQL

This commit is contained in:
2022-03-12 14:45:11 -06:00
parent a1b07dfb9e
commit f35fb638d1
11 changed files with 94 additions and 31 deletions

View File

@@ -1,5 +1,6 @@
name "drone"
run_list %w(
role[postgresql_client]
kosmos_drone::default
)

View File

@@ -4,4 +4,5 @@ run_list %w(
kosmos_postgresql::primary
kosmos_postgresql::firewall
kosmos_gitea::pg_db
kosmos_drone::pg_db
)