Create nginx_proxy role

Used to configure hosts entries in the Gitea and Drone VMs, as well as
the allowed webhooks config for Gitea.
This commit is contained in:
2022-03-12 15:37:38 -06:00
parent b270a2c1fd
commit 0a953070fe
4 changed files with 54 additions and 7 deletions

View File

@@ -65,8 +65,6 @@
"run_list": [
"recipe[kosmos-base]",
"recipe[kosmos_kvm::host]",
"recipe[kosmos_discourse::nginx]",
"recipe[kosmos_gitea::nginx]",
"recipe[kosmos_drone::nginx]"
"role[nginx_proxy]"
]
}
}