mirror of
https://github.com/jayofelony/pwnagotchi.git
synced 2025-07-01 18:37:27 -04:00
@ -151,11 +151,10 @@
|
|||||||
tasks:
|
tasks:
|
||||||
- name: Create pi user
|
- name: Create pi user
|
||||||
user:
|
user:
|
||||||
create_home: yes
|
|
||||||
name: pi
|
name: pi
|
||||||
password: "'raspberry' | password_hash('sha512')"
|
password: "{{ 'raspberry' | password_hash('sha512') }}"
|
||||||
shell: /bin/bash
|
shell: /bin/bash
|
||||||
update_password: on_create
|
generate_ssh_key: true
|
||||||
|
|
||||||
- name: change hostname
|
- name: change hostname
|
||||||
lineinfile:
|
lineinfile:
|
||||||
|
Reference in New Issue
Block a user