mirror of
https://github.com/iiab/iiab.git
synced 2025-02-13 03:32:12 +00:00
modem support
This commit is contained in:
parent
2ebe521d09
commit
0830129d60
1 changed files with 8 additions and 1 deletions
|
@ -26,6 +26,12 @@
|
||||||
- libssl-dev
|
- libssl-dev
|
||||||
- libopenjp2-7 # 2020-02-01: To solve bug #2221
|
- libopenjp2-7 # 2020-02-01: To solve bug #2221
|
||||||
- supervisor
|
- supervisor
|
||||||
|
- usb-modeswitch
|
||||||
|
- usb-modeswitch-data
|
||||||
|
- mobile-broadband-provider-info
|
||||||
|
- ppp
|
||||||
|
- wvdial
|
||||||
|
|
||||||
state: present
|
state: present
|
||||||
|
|
||||||
# For development purposes -- To install Lokole from a given commit, add the
|
# For development purposes -- To install Lokole from a given commit, add the
|
||||||
|
@ -76,7 +82,8 @@
|
||||||
ansible.builtin.user:
|
ansible.builtin.user:
|
||||||
state: present
|
state: present
|
||||||
name: "{{ lokole_user }}"
|
name: "{{ lokole_user }}"
|
||||||
group: "{{ lokole_user }}"
|
#group: "{{ lokole_user }}"
|
||||||
|
groups: dialout, dip
|
||||||
system: yes
|
system: yes
|
||||||
uid: "{{ lokole_uid }}"
|
uid: "{{ lokole_uid }}"
|
||||||
home: "{{ lokole_home_dir }}"
|
home: "{{ lokole_home_dir }}"
|
||||||
|
|
Loading…
Reference in a new issue