mirror of
https://gitlab.sectorq.eu/jaydee/ansible.git
synced 2025-07-03 00:03:05 +02:00
bitwarden
This commit is contained in:
13
playbooks/install_mqtt_srv.yml
Normal file
13
playbooks/install_mqtt_srv.yml
Normal 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/
|
Reference in New Issue
Block a user