mirror of
https://gitlab.sectorq.eu/jaydee/ansible.git
synced 2025-07-01 15:38:33 +02:00
bitwarden
This commit is contained in:
@ -9,7 +9,7 @@ User=root
|
||||
Environment=XAUTHORITY=/home/jd/.Xauthority
|
||||
Environment=DISPLAY=:0
|
||||
#ExecStartPre=/bin/sleep 30
|
||||
ExecStart=/usr/bin/mqtt_srv
|
||||
ExecStart=python3 /usr/bin/mqtt_srv.py
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target suspend.target hibernate.target hybrid-sleep.target suspend-then-hibernate.target
|
||||
|
@ -13,4 +13,10 @@
|
||||
src: scripts/mqtt_srv.py
|
||||
dest: /usr/bin/
|
||||
mode: '755'
|
||||
owner: root
|
||||
owner: root
|
||||
- name: Install bottle python package
|
||||
ansible.builtin.pip:
|
||||
name:
|
||||
- paho-mqtt
|
||||
- getmac
|
||||
- ping3
|
Reference in New Issue
Block a user