Initial kosmos_gitea cookbook

The default recipe deploys the gitea binary, generates a config file and
our custom Kosmos label set. The service runs as a Systemd unit.

The pg_db recipe needs to run on the primary PostgreSQL (currently
andromeda).

The backup recipe is empty for now

Refs #147
This commit is contained in:
Greg Karékinian
2020-05-18 19:39:43 +02:00
parent 20cbc678bc
commit 51d4d88568
15 changed files with 594 additions and 0 deletions

View File

@@ -0,0 +1,3 @@
node.default["kosmos_gitea"]["version"] = "1.11.5"
node.default["kosmos_gitea"]["binary_checksum"] = "d8d43c13e71596c79b541e85e29defe065b4f70ac5155e6d0212bcfc669e1b9c"
node.default["kosmos_gitea"]["nginx"]["domain"] = "gitea.kosmos.org"