aboutsummaryrefslogtreecommitdiffstats
path: root/roles/hastebin/vars
diff options
context:
space:
mode:
authorStonewall Jackson <stonewall@sacredheartsc.com>2023-02-13 20:05:25 -0500
committerStonewall Jackson <stonewall@sacredheartsc.com>2023-02-13 20:05:52 -0500
commit8c2dccad6652a535a6c549a2c4133afd9eb251ed (patch)
tree6760ba328fe606693601f9c1c51bfd7b010a974b /roles/hastebin/vars
parent3e94667b6b73c588ea8503138b5e201b45686978 (diff)
downloadselfhosted-8c2dccad6652a535a6c549a2c4133afd9eb251ed.tar.gz
selfhosted-8c2dccad6652a535a6c549a2c4133afd9eb251ed.zip
add docs
Diffstat (limited to 'roles/hastebin/vars')
-rw-r--r--roles/hastebin/vars/main.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/roles/hastebin/vars/main.yml b/roles/hastebin/vars/main.yml
index cfb474b..c931a87 100644
--- a/roles/hastebin/vars/main.yml
+++ b/roles/hastebin/vars/main.yml
@@ -2,6 +2,7 @@ hastebin_packages:
- git
- nodejs
+hastebin_user: hastebin
hastebin_home: /var/lib/hastebin
hastebin_install_dir: '{{ hastebin_home }}/haste-server'
hastebin_data_dir: '{{ hastebin_home }}/data'