mg
e794108547
entfernen Playbook erstellt Typo fail2ban eingebaut Co-authored-by: Michael Grote <michael.grote@posteo.de> Reviewed-on: mg/ansible#13 Co-Authored-By: mg <mg@noreply.git.mgrote.net> Co-Committed-By: mg <mg@noreply.git.mgrote.net>
14 lines
239 B
YAML
14 lines
239 B
YAML
---
|
|
- hosts: all
|
|
become: yes
|
|
|
|
tasks:
|
|
- name: remove Packages
|
|
become: yes
|
|
ansible.builtin.apt:
|
|
autoremove: yes
|
|
autoclean: yes
|
|
purge: yes
|
|
name:
|
|
- munin-node
|
|
state: absent
|