summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThedro Neely <thedroneely@gmail.com>2020-04-04 19:46:37 -0400
committerThedro Neely <thedroneely@gmail.com>2020-04-04 19:46:37 -0400
commit6f14e748ac131b36f7a4d14ee213dac9ad1abc87 (patch)
tree423a43fc109495131a1f54488dc4c3ec3c0f87c4
parentc057cfb0f72e3e5705e4c1ca42676ebeb2e875d9 (diff)
downloadplaybooks-6f14e748ac131b36f7a4d14ee213dac9ad1abc87.tar.gz
playbooks-6f14e748ac131b36f7a4d14ee213dac9ad1abc87.tar.bz2
playbooks-6f14e748ac131b36f7a4d14ee213dac9ad1abc87.zip
roles/variables: Update Gitea
Update inventory
-rw-r--r--inventory/hosts4
-rw-r--r--roles/variables.yml2
2 files changed, 5 insertions, 1 deletions
diff --git a/inventory/hosts b/inventory/hosts
index 7679808..7292459 100644
--- a/inventory/hosts
+++ b/inventory/hosts
@@ -17,6 +17,10 @@ postgresql
health_checks
docker_registry
mkdocs
+test
+
+[test]
+test.lxc
[isso]
isso.lxc
diff --git a/roles/variables.yml b/roles/variables.yml
index bd81a61..739ebe2 100644
--- a/roles/variables.yml
+++ b/roles/variables.yml
@@ -6,7 +6,7 @@ healthchecks_repository: https://github.com/healthchecks/healthchecks
healthchecks_version: b8cf4288994b40c56b21093e4993499c06844881
gitea_user: gitea
-gitea_version: 1.11.3
+gitea_version: 1.11.4
gitea_url: "https://github.com/go-gitea/gitea/releases/download/v{{ gitea_version }}/gitea-{{ gitea_version }}-linux-amd64"
gitea_checksum: "https://github.com/go-gitea/gitea/releases/download/v{{ gitea_version }}/gitea-{{ gitea_version }}-linux-amd64.sha256"