We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
The userlists section can be configured with the YAML tree haproxy_userlists. It is entirely optional.
userlists
haproxy_userlists
It accepts a list of mappings of the following format:
Accepts a list of mappings of the following format:
Example:
haproxy_userlists: - name: kibana users: - name: "{{ kibana_user }}" insecure_password: "{{ kibana_password }}" haproxy_userlists: - name: www groups: - name: kibana_access users: - jacque - françois - name: apache_access users: - jacque - thibault users: - name: jacque password: "{{ jacque_password }}" - name: françois insecure_password: "{{ francois_password }}" - name: thibault password: "{{ thibault_password }}"