This commit is contained in:
2026-09-15 15:40:44 +05:30
parent 114f3dbf5e
commit c26d236db1
3 changed files with 34 additions and 48 deletions
@@ -0,0 +1,18 @@
- become: true
user:
state: present
name: "{{ item.name }}"
uid: "{{ item.uid }}"
groups: "{{ item.groups }}"
skeleton: /dev/null
append: true
password: $1$aBLdYKQI$iB3ZfYF.QPCwVhgnkROUX.
update_password: on_create
shell: /bin/zsh
- name: "create subv for containers"
ansible.builtin.include_role:
role: createbtrfssubv
apply:
vars:
path: "/home/{{ item.name }}/.local/share/containers"
owner: "{{ item.name }}"