feat: init commit

This commit is contained in:
Albatroz Jeremias 2026-09-19 17:20:36 +01:00
commit 0289360eb6
16 changed files with 449 additions and 0 deletions

6
tasks/docker.yml Normal file
View file

@ -0,0 +1,6 @@
---
- name: Configure docker
ansible.builtin.copy:
src: "daemon.json"
dest: "/etc/docker/daemon.json"
mode: '0644'