feat: initial commit
This commit is contained in:
parent
13bdf84b4d
commit
eeaa21f120
18 changed files with 235 additions and 93 deletions
15
tasks/main.yaml
Normal file
15
tasks/main.yaml
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
---
|
||||
|
||||
|
||||
# disable apparmor
|
||||
- name: "apparmor"
|
||||
ansible.builtin.import_tasks: "apparmor.yaml"
|
||||
when: 'type == "lxc"'
|
||||
|
||||
# flush handler
|
||||
- name: "flush handlers"
|
||||
ansible.builtin.meta: "flush_handlers"
|
||||
|
||||
# import install
|
||||
- name: "install"
|
||||
ansible.builtin.import_tasks: "install.yaml"
|
||||
Loading…
Add table
Add a link
Reference in a new issue