mirror of
https://github.com/ruanbekker/rpi-ansible.git
synced 2026-09-05 05:50:41 +02:00
Create main.yml
This commit is contained in:
@@ -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 }}"
|
||||||
Reference in New Issue
Block a user