Justus Grunow f4e8aefb63
All checks were successful
Ansible Deploy / Homelab-Deploy (ansible/buildHomelab.yaml) (push) Successful in 2m0s
Removed wireguard host from ansible inventory, deleted errant
underscores
2025-06-17 06:51:29 -04:00

32 lines
460 B
YAML

---
all:
vars:
ansible_ssh_user: root
ungrouped:
hosts:
bastion:
ansible_host: 51.222.155.202
ansible_ssh_user: root
docker:
hosts:
docker-ext:
ansible_ssh_user: root
docker-int:
ansible_ssh_user: root
basementpi:
ansible_host: 10.11.1.10
ansible_ssh_user: root
gitea:
ansible_ssh_user: root
#wireguard:
# hosts:
# wireguard:
external_access:
hosts:
docker-ext:
bastion: