Move PostgreSQL to VMs and access via Zerotier #282

Merged
raucao merged 40 commits from feature/postgres_vms into master 2021-01-25 10:56:42 +00:00
2 changed files with 8 additions and 3 deletions
Showing only changes of commit cbcb50bc86 - Show all commits

View File

@ -50,7 +50,6 @@
},
"run_list": [
"recipe[kosmos-base]",
"recipe[kosmos_zerotier::controller]",
"recipe[kosmos_zerotier::firewall]"
"role[zerotier_controller]"
]
}
}

View File

@ -0,0 +1,6 @@
name "zerotier_controller"
run_list %w(
kosmos_zerotier::controller
kosmos_zerotier::firewall
)