Many updates over time
This commit is contained in:
@@ -28,11 +28,11 @@
|
||||
################################################################################
|
||||
# Create user and groups
|
||||
- include_tasks: create.yml
|
||||
when: create|default(true)|bool
|
||||
when: create == true
|
||||
|
||||
# Authorize user via SSH
|
||||
- include_tasks: authorize.yml
|
||||
when: ssh_into is defined and ssh_info != ""
|
||||
when: ssh_into is defined and ssh_into != ""
|
||||
|
||||
# Debian modifications per user
|
||||
- include_tasks: debian.yml
|
||||
|
||||
Reference in New Issue
Block a user