Switching user management solution
This commit is contained in:
parent
82dffd5b1d
commit
c83cad2e88
17 changed files with 51 additions and 80 deletions
|
@ -8,17 +8,13 @@
|
|||
# General
|
||||
# =======
|
||||
|
||||
# User that should be configured for future management
|
||||
base_core_management_user: "{{ ansible_user }}"
|
||||
|
||||
# Secondary user that may be configured for future management
|
||||
base_core_secondary_user: ""
|
||||
|
||||
# If enabled, the password for the management user account will be disabled
|
||||
base_core_management_user_disable_password: false
|
||||
|
||||
# If enabled, the password for the secondary user account will be disabled
|
||||
base_core_secondary_user_disable_password: false
|
||||
# Users that should be configured for future management
|
||||
base_users: []
|
||||
#- username: "{{ ansible_user }}"
|
||||
# password: ""
|
||||
# disable_password: false
|
||||
# ssh_keys: []
|
||||
# ssh_keys_force: false # setting ssh_keys_force to true will overwrite the authorized_keys file to only be the ssh keys provided
|
||||
|
||||
# Install all available updates at runtime
|
||||
base_core_install_updates: true
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue