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 --- inventory/host_vars/ele-calypso.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'inventory/host_vars/ele-calypso.yml') diff --git a/inventory/host_vars/ele-calypso.yml b/inventory/host_vars/ele-calypso.yml index 30fed842..b0720e98 100644 --- a/inventory/host_vars/ele-calypso.yml +++ b/inventory/host_vars/ele-calypso.yml @@ -25,6 +25,7 @@ spreadspace_apt_repo_components: - main - container - streaming + - prometheus admin_users_host: - equinox @@ -64,3 +65,14 @@ player_volume_mounts: videos: src: /srv/videos dest: /srv/videos + + +sachet_providers: + smstools: + outgoing_dir: /var/spool/sms/outgoing + +sachet_receivers: + - name: 'equinox-sms' + provider: 'smstools' + to: + - '+436644800222' -- cgit v1.2.3