summaryrefslogtreecommitdiff
path: root/ansible/playbook.yml
diff options
context:
space:
mode:
authorJoe Carstairs <me@joeac.net>2026-08-12 13:58:20 +0100
committerJoe Carstairs <me@joeac.net>2026-08-12 16:11:52 +0100
commit4bad66b2caa433bffbe1996c11e1e2360a8d6152 (patch)
treeb5b7fb7e8aa250617df401a423f66e5eaf7822b1 /ansible/playbook.yml
parent443bdb36040cbd749588e14c9569d276f8e0b6e9 (diff)
ansible-ises actualbudget
Diffstat (limited to 'ansible/playbook.yml')
-rw-r--r--ansible/playbook.yml9
1 files changed, 9 insertions, 0 deletions
diff --git a/ansible/playbook.yml b/ansible/playbook.yml
index ee0b39d..e821fbd 100644
--- a/ansible/playbook.yml
+++ b/ansible/playbook.yml
@@ -29,6 +29,15 @@
vars_files:
- common.yml
+- name: Install actualbudget
+ hosts: "{{ services.actualbudget.host }}"
+ become: true
+ roles:
+ - actualbudget
+ vars_files:
+ - common.yml
+ - actualbudget.yml
+
- name: Install etherpad
hosts: "{{ services.etherpad.host }}"
become: true