mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-08-29 15:06:26 +02:00
Removed ssh key generation because administrator doesn't need to connect to other pcs
This commit is contained in:
@@ -1,9 +1,6 @@
|
||||
- name: create administrator
|
||||
user:
|
||||
name: administrator
|
||||
generate_ssh_key: yes
|
||||
ssh_key_bits: 4096
|
||||
ssh_key_file: .ssh/id_rsa
|
||||
update_password: on_create
|
||||
password: "{{ user_administrator_initial_password | password_hash('sha512') }}"
|
||||
|
||||
|
Reference in New Issue
Block a user