Adapt Drone recipes for VM setup, use PostgreSQL
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
name "drone"
|
||||
|
||||
run_list %w(
|
||||
role[postgresql_client]
|
||||
kosmos_drone::default
|
||||
)
|
||||
|
||||
@@ -4,4 +4,5 @@ run_list %w(
|
||||
kosmos_postgresql::primary
|
||||
kosmos_postgresql::firewall
|
||||
kosmos_gitea::pg_db
|
||||
kosmos_drone::pg_db
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user