chore: small improvements

This commit is contained in:
ITQ
2025-12-29 16:53:23 +03:00
parent 7e4795e99f
commit 7855213336
5 changed files with 22 additions and 6 deletions
+13
View File
@@ -11,6 +11,10 @@ system_locale: en_US.UTF-8
monitoring_enabled: true
monitoring_prometheus_node_exporter: true
# Logs
journal_retention_days: 21
journal_max_disk_limit: "5%"
# User management
admin_users:
- name: "{{ ansible_user }}"
@@ -19,6 +23,15 @@ admin_users:
ssh_keys: "{{ admin_ssh_keys | default([]) }}"
state: present
# Containers management
containers:
docker:
enabled: true
state: latest
k3s:
enabled: false
state: absent
# Applications management
applications:
coolify: