summaryrefslogtreecommitdiff
path: root/roles/variables.yml
diff options
context:
space:
mode:
authorThedro Neely <thedroneely@gmail.com>2020-02-02 01:45:14 -0500
committerThedro Neely <thedroneely@gmail.com>2020-02-02 01:45:14 -0500
commitc4ffcf2adb2d05afa2f8d2bb3ea7dbcff262779b (patch)
tree4d0375007a9fdd84ad7223f0270f541d32d91434 /roles/variables.yml
parentafbaec650def427987e0caf3a9a852a67d046247 (diff)
downloadplaybooks-c4ffcf2adb2d05afa2f8d2bb3ea7dbcff262779b.tar.gz
playbooks-c4ffcf2adb2d05afa2f8d2bb3ea7dbcff262779b.tar.bz2
playbooks-c4ffcf2adb2d05afa2f8d2bb3ea7dbcff262779b.zip
roles/variables: Add master variable file
Diffstat (limited to 'roles/variables.yml')
-rw-r--r--roles/variables.yml8
1 files changed, 8 insertions, 0 deletions
diff --git a/roles/variables.yml b/roles/variables.yml
new file mode 100644
index 0000000..d1522d2
--- /dev/null
+++ b/roles/variables.yml
@@ -0,0 +1,8 @@
+secret_key: "{{ lookup('password', '/dev/null length=24 chars=ascii_letters') }}"
+
+healthchecks_user: healthchecks
+healthchecks_home: "/opt/{{ healthchecks_user }}"
+healthchecks_repository: https://github.com/healthchecks/healthchecks
+healthchecks_version: b8cf4288994b40c56b21093e4993499c06844881
+
+