mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-08-29 15:06:26 +02:00
Optimized password related stuff
This commit is contained in:
@@ -1 +1 @@
|
||||
administrator ALL=(ALL:ALL) ALL
|
||||
administrator ALL=(ALL) ALL
|
||||
|
@@ -4,7 +4,8 @@
|
||||
generate_ssh_key: yes
|
||||
ssh_key_bits: 4096
|
||||
ssh_key_file: .ssh/id_rsa
|
||||
group: administrator
|
||||
update_password: on_create
|
||||
password: "{{ user_administrator_password | password_hash('sha512') }}"
|
||||
|
||||
- name: create /home/administrator/.ssh/authorized_keys
|
||||
copy:
|
||||
|
Reference in New Issue
Block a user