|
|
@ -11,7 +11,7 @@ acl_file: "{{ configuration_directory }}/{{ acl_file_name }}"
|
|
|
|
auth_file_name: "auth"
|
|
|
|
auth_file_name: "auth"
|
|
|
|
auth_file: "{{ configuration_directory }}/{{ auth_file_name }}"
|
|
|
|
auth_file: "{{ configuration_directory }}/{{ auth_file_name }}"
|
|
|
|
|
|
|
|
|
|
|
|
admin_username: "root"
|
|
|
|
admin_user: "root"
|
|
|
|
admin_password: "{{ lookup('password', 'credentials/' + inventory_hostname + '/mqtt/root length=80') }}"
|
|
|
|
admin_pass: "{{ lookup('password', 'credentials/' + inventory_hostname + '/mqtt/root length=80') }}"
|
|
|
|
|
|
|
|
|
|
|
|
acl_directives: ""
|
|
|
|
acl_directives: ""
|
|
|
|