From 2ccdc4546d38ed0e9d6784668168c4d566311f6f Mon Sep 17 00:00:00 2001 From: Christian Pointner Date: Sun, 28 Apr 2024 18:46:49 +0200 Subject: move raspios and openwrt folders to installer/ --- roles/openwrt/image/templates/group.j2 | 21 --------------------- 1 file changed, 21 deletions(-) delete mode 100644 roles/openwrt/image/templates/group.j2 (limited to 'roles/openwrt/image/templates/group.j2') diff --git a/roles/openwrt/image/templates/group.j2 b/roles/openwrt/image/templates/group.j2 deleted file mode 100644 index cb433b88..00000000 --- a/roles/openwrt/image/templates/group.j2 +++ /dev/null @@ -1,21 +0,0 @@ -{{ ansible_managed | comment }} -root:x:0: -daemon:x:1: -adm:x:4: -mail:x:8: -audio:x:29: -www-data:x:33: -ftp:x:55: -users:x:100: -network:x:101: -{% for name, opt in openwrt_users.items() %} -{% if 'group_id' not in opt %} -{{ name }}:x:{{ opt.id | default(loop.index + 110) }}: -{% endif %} -{% endfor %} -{% if openwrt_groups is defined %} -{% for name, opt in openwrt_groups.items() %} -{{ name }}:x:{{ opt.id | default(loop.index + 200) }}: -{% endfor %} -{% endif %} -nogroup:x:65534: -- cgit v1.2.3