1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-02-13 03:32:12 +00:00

modem support

This commit is contained in:
Jerry Vonau 2021-05-23 22:18:34 +00:00
parent 2ebe521d09
commit 0830129d60

View file

@ -26,6 +26,12 @@
- libssl-dev
- libopenjp2-7 # 2020-02-01: To solve bug #2221
- supervisor
- usb-modeswitch
- usb-modeswitch-data
- mobile-broadband-provider-info
- ppp
- wvdial
state: present
# For development purposes -- To install Lokole from a given commit, add the
@ -76,7 +82,8 @@
ansible.builtin.user:
state: present
name: "{{ lokole_user }}"
group: "{{ lokole_user }}"
#group: "{{ lokole_user }}"
groups: dialout, dip
system: yes
uid: "{{ lokole_uid }}"
home: "{{ lokole_home_dir }}"