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,33 @@
---
ansible_become: true
ansible_become_method: sudo
ansible_python_interpreter: /usr/bin/python3
# System configuration
timezone: UTC
system_locale: en_US.UTF-8
# Monitoring
monitoring_enabled: true
monitoring_prometheus_node_exporter: true
# User management
admin_users:
- name: "{{ ansible_user }}"
groups: "sudo"
shell: /bin/bash
ssh_keys: "{{ admin_ssh_keys | default([]) }}"
state: present
# Applications management
applications:
coolify:
enabled: false
state: latest
dokploy:
enabled: false
state: latest
tailscale:
enabled: false
borgbackup:
enabled: false