summaryrefslogtreecommitdiff
path: root/roles/variables.yml
diff options
context:
space:
mode:
authorThedro Neely <thedroneely@gmail.com>2020-03-14 04:01:46 -0400
committerThedro Neely <thedroneely@gmail.com>2020-03-14 04:01:46 -0400
commitf92c43c7e3e7540a72092a2870c900aff9a9f40b (patch)
tree4eb4a0c0f572fb3436f36a9f202aae673f850d47 /roles/variables.yml
parent7b1e554263201d509a8821e2834d6bfca3dad315 (diff)
downloadplaybooks-f92c43c7e3e7540a72092a2870c900aff9a9f40b.tar.gz
playbooks-f92c43c7e3e7540a72092a2870c900aff9a9f40b.tar.bz2
playbooks-f92c43c7e3e7540a72092a2870c900aff9a9f40b.zip
roles/vault/main: Move variables to variables file
Diffstat (limited to 'roles/variables.yml')
-rw-r--r--roles/variables.yml4
1 files changed, 4 insertions, 0 deletions
diff --git a/roles/variables.yml b/roles/variables.yml
index 95d2394..48b6f96 100644
--- a/roles/variables.yml
+++ b/roles/variables.yml
@@ -10,4 +10,8 @@ gitea_version: 1.11.3
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"
+vault_user: vault
+vault_home: "/opt/{{ vault_user }}"
+vault_version: 1.3.2
+
docker_registry_version: 2.7.1