ansible-collection-core/roles/podman_host/templates/subXid.j2

5 lines
149 B
Text
Raw Permalink Normal View History

# {{ ansible_managed }}
{% for username in podman_host_rootless_users %}
{{ username }}:{{ 100000 + ((loop.index - 1) * 65536) }}:65536
{% endfor %}