first commit
This commit is contained in:
commit
b3de74fd90
21
raspberry.yml
Normal file
21
raspberry.yml
Normal file
@ -0,0 +1,21 @@
|
|||||||
|
---
|
||||||
|
- name: Raspberry Debian Linux Setup
|
||||||
|
hosts: defiant.dedyn.io valiant.dedyn.io tor-nas.dedyn.io
|
||||||
|
tasks:
|
||||||
|
|
||||||
|
- name: Remove the grpup pi
|
||||||
|
ansible.builtin.user:
|
||||||
|
name: pi
|
||||||
|
state: absent
|
||||||
|
remove: yes
|
||||||
|
|
||||||
|
- name: Remove the user pi
|
||||||
|
ansible.builtin.user:
|
||||||
|
name: pi
|
||||||
|
state: absent
|
||||||
|
remove: yes
|
||||||
|
|
||||||
|
- name: Raspi do_wifi_country DE
|
||||||
|
run_once: true
|
||||||
|
ansible.builtin.command: raspi-config nonint do_wifi_country DE
|
||||||
|
|
Loading…
Reference in New Issue
Block a user