diff options
| author | Joe Carstairs <me@joeac.net> | 2026-08-12 16:29:14 +0100 |
|---|---|---|
| committer | Joe Carstairs <me@joeac.net> | 2026-08-12 16:29:14 +0100 |
| commit | 96877bf48ae0920a3439dc3f7866638df4cc633c (patch) | |
| tree | be90f64027e869228ef3645df19c9e74d5e194c2 /ansible/vars | |
| parent | 7a47d09292ac3e603f2701d1517c81108c1a7ac7 (diff) | |
ansible: pulls out src_dir var
Diffstat (limited to 'ansible/vars')
| -rw-r--r-- | ansible/vars/common.yml | 2 | ||||
| -rw-r--r-- | ansible/vars/etherpad.yml | 1 |
2 files changed, 1 insertions, 2 deletions
diff --git a/ansible/vars/common.yml b/ansible/vars/common.yml index b0d9030..20a268f 100644 --- a/ansible/vars/common.yml +++ b/ansible/vars/common.yml @@ -1,4 +1,4 @@ -joeacnet_src_dir: /usr/share/src/joeac.net +src_dir: /usr/share/src services: actualbudget: diff --git a/ansible/vars/etherpad.yml b/ansible/vars/etherpad.yml index 040688a..e9148d7 100644 --- a/ansible/vars/etherpad.yml +++ b/ansible/vars/etherpad.yml @@ -1,4 +1,3 @@ -etherpad_src_dir: /usr/share/src/etherpad etherpad_node_env: production etherpad_admin_password: !vault | $ANSIBLE_VAULT;1.2;AES256;ansible |
