forked from bitlair/ansible
Various changes that I am not going to write a description for
This commit is contained in:
parent
b903b1b201
commit
a8f593d9b7
14 changed files with 187 additions and 26 deletions
|
@ -7,14 +7,17 @@
|
|||
name: mosquitto
|
||||
state: present
|
||||
|
||||
- name: Configure public bridge forwarding
|
||||
- name: Configure Mosquitto
|
||||
template:
|
||||
src: public-bridge.conf
|
||||
dest: /etc/mosquitto/conf.d/public-bridge.conf
|
||||
src: "{{ item }}"
|
||||
dest: "/etc/mosquitto/conf.d/{{ item }}"
|
||||
owner: root
|
||||
group: root
|
||||
mode: 0644
|
||||
notify: restart_mosquitto
|
||||
notify: restart mosquitto
|
||||
with_items:
|
||||
- internal.conf
|
||||
- public-bridge.conf
|
||||
|
||||
- name: Start mosquitto
|
||||
systemd:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue