From 42bf77ee5763090d2c02f5d2d7a7a686ce09a5e8 Mon Sep 17 00:00:00 2001 From: Christian Pointner Date: Thu, 21 Jul 2022 02:32:05 +0200 Subject: add role for sachet --- roles/monitoring/sachet/tasks/smstools.yml | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 roles/monitoring/sachet/tasks/smstools.yml (limited to 'roles/monitoring/sachet/tasks/smstools.yml') 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 -- cgit v1.2.3