bitwarden

This commit is contained in:
jaydee
2024-06-27 00:19:16 +02:00
parent 4d19b05594
commit 6e3ad23eec
6 changed files with 53 additions and 39 deletions

View File

@ -3,6 +3,14 @@
ignore_unreachable: false
become: True
tasks:
- name: Install bottle python package
ansible.builtin.apt:
name:
- python3-pip
- python3-pip
- python3-pip
- python3-pip
- python3-pip
- name: Upload service config
ansible.builtin.copy:
src: services/mqtt_srv.service
@ -15,13 +23,13 @@
mode: '755'
owner: root
- name: Install bottle python package
ansible.builtin.pip:
name:
- paho-mqtt
- getmac
- ping3
- psutil
- autorandr
ansible.builtin.shell: pip install {{ item }} --break-system-packages
loop:
- paho-mqtt
- getmac
- ping3
- psutil
- autorandr
- name: Just force systemd to reread configs (2.4 and above)
ansible.builtin.systemd:
daemon_reload: true