mirror of
https://github.com/ruanbekker/rpi-ansible.git
synced 2025-04-19 17:01:38 +02:00
Create main.yml
This commit is contained in:
parent
7ab8afd66b
commit
148b123dcd
7
roles/password/tasks/main.yml
Normal file
7
roles/password/tasks/main.yml
Normal file
@ -0,0 +1,7 @@
|
||||
# https://github.com/vicchi/ansible-pi-lockdown/blob/master/roles/pi-password/tasks/main.yml
|
||||
---
|
||||
- name: Set a new password for the default "pi" account
|
||||
become: yes
|
||||
user:
|
||||
name: "pi"
|
||||
password: "{{ pi_password }}"
|
Loading…
x
Reference in New Issue
Block a user