.. _configure_auth_value_types: **** Auth **** All auth value types are described here. .. _conf_value_username: username ======== **yaml value**: str The UTF-8 username to be used in different contexts. Should be less than or equal to 255 bytes. .. _conf_value_password: password ======== **yaml value**: str The UTF-8 password to be used in different contexts. Should be less than or equal to 255 bytes. .. _conf_value_facts_match_value: facts_match_value ================= **yaml value**: str | map The type and the value that facts auth will match. It should be either `:` string or a map with a single `: ` field. The fact-type should be one of: - ip `` should be :ref:`ip addr str `. It will match if the auth fact is exactly this IP address. - net `` should be :ref:`ip network str `. It will match if the auth fact is an IP address contained in that CIDR range and it's the smallest one. - domain | exact-domain `` should be :ref:`domain str `. It will match if the auth fact is exactly this domain. - child-domain `` should be :ref:`domain str `. It will match if the auth fact is a child domain of this domain. .. versionadded:: 1.13.0