You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
19 lines
629 B
YAML
19 lines
629 B
YAML
---
|
|
|
|
configuration_directory: "/etc/mosquitto"
|
|
configuration_file: "{{ configuration_directory }}/conf.d/0_ansible_main.conf"
|
|
|
|
environment_directory: "{{ global_configuration_environment_directory }}/mosquitto"
|
|
environment_link_name: "conf"
|
|
environment_link: "{{ environment_directory }}/{{ environment_link_name }}"
|
|
|
|
acl_file_name: "acl"
|
|
acl_file: "{{ configuration_directory }}/{{ acl_file_name }}"
|
|
auth_file_name: "auth"
|
|
auth_file: "{{ configuration_directory }}/{{ auth_file_name }}"
|
|
|
|
admin_user: "root"
|
|
admin_pass: "{{ lookup('password', 'credentials/' + inventory_hostname + '/mqtt/root length=80') }}"
|
|
|
|
acl_directives: ""
|