mirror of
https://github.com/jayofelony/pwnagotchi.git
synced 2025-07-01 18:37:27 -04:00
@ -146,12 +146,10 @@
|
|||||||
|
|
||||||
tasks:
|
tasks:
|
||||||
- name: Create pi user
|
- name: Create pi user
|
||||||
user:
|
copy:
|
||||||
name: pi
|
dest: /boot/userconf
|
||||||
password: "{{ 'raspberry' | password_hash('sha512') }}"
|
content: |
|
||||||
shell: /bin/bash
|
pi:$6$3jNr0GA9KIyt4hmM$efeVIopdMQ8DGgEPCWWlbx3mJJNAYci1lEXGdlky0xPyjqwKNbwTL5SrCcpb4144C4IvzWjn7Iv.QjqmU7iyT/
|
||||||
generate_ssh_key: true
|
|
||||||
group: sudo
|
|
||||||
|
|
||||||
- name: change hostname
|
- name: change hostname
|
||||||
lineinfile:
|
lineinfile:
|
||||||
|
Reference in New Issue
Block a user