Removed ssh key generation because administrator doesn't need to connect to other pcs

This commit is contained in:
2021-01-01 13:34:29 +01:00
parent c45fa6ce94
commit e2091a0df7
2 changed files with 3 additions and 4 deletions

View File

@@ -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') }}"