Adding samba and general user management

This commit is contained in:
2023-06-07 02:12:17 -04:00
parent f02cf7b0cc
commit 4c2a1550c4
10 changed files with 125 additions and 12 deletions

View File

@@ -4,11 +4,6 @@
state: directory
mode: 0500
- name: Create jellyfin user
ansible.builtin.user:
name: jellyfin
state: present
- name: Get user jellyfin uid
ansible.builtin.getent:
database: passwd