mirror of
				https://github.com/kevinveenbirkenbach/computer-playbook.git
				synced 2025-10-31 02:10:05 +00:00 
			
		
		
		
	In between commit auto user creation before system email refactoring
This commit is contained in:
		| @@ -2,7 +2,7 @@ | ||||
|   user: | ||||
|     name: administrator | ||||
|     update_password: on_create | ||||
|     password: "{{ users.administrator.initial_password | password_hash('sha512') }}" | ||||
|     password: "{{ users.administrator.password | password_hash('sha512') }}" | ||||
|     create_home: yes | ||||
|     generate_ssh_key: yes | ||||
|     ssh_key_type: rsa | ||||
|   | ||||
		Reference in New Issue
	
	Block a user