bitwarden

This commit is contained in:
jaydee
2024-06-08 22:23:49 +02:00
parent 73abfaa6f1
commit 34278b2748
3 changed files with 1195 additions and 0 deletions

View File

@ -0,0 +1,13 @@
- hosts: datacenter
name: Install mqtt_srv
ignore_unreachable: false
tasks:
- name: Upload service config
ansible.builtin.copy:
src: services/mqtt_srv.service
dest: /etc/systemd/system/
- name: Upload service script
ansible.builtin.copy:
src: scripts/mqtt_srv.py
dest: /usr/bin/