feat: initial commit
This commit is contained in:
parent
1ef29fee42
commit
03e9a026a1
15 changed files with 234 additions and 93 deletions
9
tasks/main.yaml
Normal file
9
tasks/main.yaml
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
---
|
||||
|
||||
# install pulse
|
||||
- name: "install pulse"
|
||||
ansible.builtin.import_tasks: "pulse.yaml"
|
||||
|
||||
# cleanup docker
|
||||
- name: "cleanup docker"
|
||||
ansible.builtin.import_tasks: "cleanup.yaml"
|
||||
Loading…
Add table
Add a link
Reference in a new issue