Worked on radarr role

This commit is contained in:
Mike Wilson
2023-01-05 11:22:40 -05:00
parent b0574d9c07
commit c2edf3544a
7 changed files with 47 additions and 10 deletions

View File

@@ -1,8 +1,11 @@
# Main user defaults
primary_user: mike
primary_user: "mike"
primary_group: "{{ primary_user }}"
primary_uid: "1000"
primary_gid: "{{ primary_uid }}"
# System defaults
timezone: "America/New_York"
# Globals
personal_domain: "mjwilson.org"