debian.ansible.raspberry/raspberry.yml

22 lines
483 B
YAML
Raw Normal View History

2022-07-19 12:17:04 +02:00
---
- 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