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

5 lines
149 B
Text
Raw Normal View History

2025-06-02 14:55:56 +01:00
# {{ ansible_managed }}
{% for username in podman_host_rootless_users %}
{{ username }}:{{ 100000 + ((loop.index - 1) * 65536) }}:65536
{% endfor %}