first commit

This commit is contained in:
olli 2022-07-19 12:17:04 +02:00
commit b3de74fd90
2 changed files with 21 additions and 0 deletions

0
README.md Normal file
View File

21
raspberry.yml Normal file
View 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