From 967953dd66c0963e40e3d184d04a3e431b9ff705 Mon Sep 17 00:00:00 2001 From: Christian Pointner Date: Fri, 22 Jul 2022 01:11:31 +0200 Subject: monitoring/sachet: add task to setup smstools --- inventory/host_vars/ele-calypso.yml | 15 +++++++++++++++ 1 file changed, 15 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 b0720e98..a39322b1 100644 --- a/inventory/host_vars/ele-calypso.yml +++ b/inventory/host_vars/ele-calypso.yml @@ -76,3 +76,18 @@ sachet_receivers: provider: 'smstools' to: - '+436644800222' + +sachet_usbmodeswitch: + "12d1:1f01": | + TargetVendor=0x12d1 + TargetProductList="14db,14dc" + MessageContent="55534243000000000000000000000011060000000000000000000000000000" + +sachet_smstools_devices: + GSM1: + pre_init: 'yes' + device: '/dev/ttyUSB0' + incoming: 'yes' + pin: '{{ vault_sms_modem_pin }}' + baudrate: 115200 + check_memory_method: 2 -- cgit v1.2.3