chore: added iac

Signed-off-by: ITQ <itq.dev@ya.ru>
This commit is contained in:
ITQ
2025-11-21 18:16:52 +03:00
parent 5d66fcd0ca
commit 44df678c82
43 changed files with 1598 additions and 45 deletions
@@ -0,0 +1,17 @@
---
docker_edition: "ce"
docker_install_compose_plugin: true
docker_users:
- "{{ ansible_user }}"
docker_daemon_options:
storage-driver: "overlay2"
log-driver: "json-file"
log-opts:
max-size: "50m"
max-file: "5"
live-restore: false
icc: false
userland-proxy: false
default-address-pools: [{"base": "10.200.0.0/16", "size": 24}]