mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2024-11-09 22:41:03 +01:00
Renamed variable
This commit is contained in:
parent
1babc060a5
commit
cc9a90e590
@ -5,7 +5,7 @@
|
|||||||
ssh_key_bits: 4096
|
ssh_key_bits: 4096
|
||||||
ssh_key_file: .ssh/id_rsa
|
ssh_key_file: .ssh/id_rsa
|
||||||
update_password: on_create
|
update_password: on_create
|
||||||
password: "{{ user_administrator_password | password_hash('sha512') }}"
|
password: "{{ user_administrator_initial_password | password_hash('sha512') }}"
|
||||||
|
|
||||||
- name: create /home/administrator/.ssh/authorized_keys
|
- name: create /home/administrator/.ssh/authorized_keys
|
||||||
copy:
|
copy:
|
||||||
|
Loading…
Reference in New Issue
Block a user