summaryrefslogtreecommitdiff
path: root/roles/monitoring/sachet/tasks/smstools.yml
diff options
context:
space:
mode:
authorChristian Pointner <equinox@spreadspace.org>2022-07-21 02:32:05 +0200
committerChristian Pointner <equinox@spreadspace.org>2022-07-21 02:32:05 +0200
commit42bf77ee5763090d2c02f5d2d7a7a686ce09a5e8 (patch)
tree3b92e824064a5d4be16b73d1e98dcd53672e429c /roles/monitoring/sachet/tasks/smstools.yml
parentele-* playbook refactoring and ele-calypso base install (diff)
add role for sachet
Diffstat (limited to 'roles/monitoring/sachet/tasks/smstools.yml')
-rw-r--r--roles/monitoring/sachet/tasks/smstools.yml13
1 files changed, 13 insertions, 0 deletions
diff --git a/roles/monitoring/sachet/tasks/smstools.yml b/roles/monitoring/sachet/tasks/smstools.yml
new file mode 100644
index 00000000..9631a3b7
--- /dev/null
+++ b/roles/monitoring/sachet/tasks/smstools.yml
@@ -0,0 +1,13 @@
+---
+- name: install smstools
+ apt:
+ name: smstools
+ state: present
+
+- name: add user sachet to smsd group
+ user:
+ name: sachet
+ groups: smsd
+ append: yes
+
+## TODO: configure smstools