feat: initial commit
This commit is contained in:
parent
13bdf84b4d
commit
eeaa21f120
18 changed files with 235 additions and 93 deletions
10
tasks/apparmor.yaml
Normal file
10
tasks/apparmor.yaml
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
---
|
||||
|
||||
# remove and purge apparmor
|
||||
- name: "purge apparmor"
|
||||
ansible.builtin.apt:
|
||||
name: "apparmor"
|
||||
state: "absent"
|
||||
purge: true
|
||||
when: 'ansible_distribution == "Debian"'
|
||||
notify: "reboot container"
|
||||
Loading…
Add table
Add a link
Reference in a new issue