mosquitto: Move acl files to repo
This commit is contained in:
parent
649cf7b22d
commit
84daad7b79
3 changed files with 10 additions and 2 deletions
|
@ -38,7 +38,7 @@
|
|||
- name: Copy acl file for plaintext server
|
||||
ansible.builtin.copy:
|
||||
dest: /etc/mosquitto/acl.conf
|
||||
src: "{{ ansible_private }}/files/mosquitto/acl.conf"
|
||||
src: acl.conf
|
||||
mode: "0400"
|
||||
owner: _mosquitto
|
||||
group: _mosquitto
|
||||
|
@ -47,7 +47,7 @@
|
|||
- name: Copy acl file for tls server
|
||||
ansible.builtin.copy:
|
||||
dest: /etc/mosquitto/acl-tls.conf
|
||||
src: "{{ ansible_private }}/files/mosquitto/acl-tls.conf"
|
||||
src: acl-tls.conf
|
||||
mode: "0400"
|
||||
owner: _mosquitto
|
||||
group: _mosquitto
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue