Updates to many roles, including main user role to allow setting an alternate home directory

This commit is contained in:
2022-08-25 00:23:56 -06:00
parent 03ee154857
commit 6b36273324
36 changed files with 2619 additions and 9 deletions

View File

@@ -24,6 +24,11 @@
user_groups: [root]
when: user == 'root'
# Home directory, use /home/username if undefined
# - set_fact:
# home: "/home/{{ user }}"
# when: (home is undefined or home == "")
# ------------------------------------------------------------------------------
- include_tasks: debug.yml
@@ -39,6 +44,7 @@
user_groups: ""
add_groups: ""
ssh_info: ""
home: ""
add_sudo: no
create: yes
ssh_keys: no