-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathhosts.yml
More file actions
83 lines (77 loc) · 2.09 KB
/
hosts.yml
File metadata and controls
83 lines (77 loc) · 2.09 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
---
all:
vars:
# Global connection settings
ansible_user: ansible
ansible_python_interpreter: /usr/bin/python3
ansible_ssh_common_args: '-o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null'
children:
# Proxmox infrastructure
proxmox:
hosts:
socrates:
ansible_host: 10.203.3.42
proxmox_node_role: primary
hardware_profile: ai_workstation
rawls:
ansible_host: 10.203.3.47
proxmox_node_role: secondary
hardware_profile: ai_capable
rseau:
ansible_host: 10.203.1.2
proxmox_node_role: tertiary
hardware_profile: mini_pc
vars:
ansible_become: true
ansible_become_method: sudo
proxmox_cluster: homelab
# Future expansion groups
kubernetes:
hosts:
vars:
container_runtime: containerd
ai_workers:
hosts:
socrates:
vars:
gpu_enabled: true
ai_frameworks:
- pytorch
- tensorflow
- ollama
# DNS infrastructure - DEPLOYED via Proxmox Helper Script
dns_servers:
hosts:
rseau:
ansible_host: 10.203.1.2
dns_role: primary
hardware_profile: mini_pc
dns_service_ip: 10.203.1.3
# DNS server deployed via community script
dns_container_ip: 10.203.1.3
dns_web_interface: "http://10.203.1.3:5380"
dns_status: deployed
vars:
ansible_become: true
ansible_become_method: sudo
dns_server: technitium
# Infrastructure as Code services
iac_services:
hosts:
rawls:
gitlab_role: primary
services_enabled:
- gitlab
- caddy
- tailscale
future_services:
- semaphore # Phase 2
- kestra # Phase 3
vars:
ansible_become: true
ansible_become_method: sudo
iac_stack: gitlab_caddy_tailscale
monitoring:
hosts:
vars:
monitoring_stack: prometheus