first commit

This commit is contained in:
jerick
2026-04-20 14:51:45 -04:00
commit c059b9fd84
6 changed files with 237 additions and 0 deletions

8
playbooks/docker.yml Normal file
View File

@@ -0,0 +1,8 @@
---
- name: Install Docker and Docker Compose
hosts: all
become: true
gather_facts: true
roles:
- docker