ansible-bootstrap-rocky9/inventory/prod/hosts.yml

33 lines
826 B
YAML

---
all:
children:
centos:
hosts:
# router:
# ansible_host: 172.20.21.100
# git:
# ansible_host: 172.20.21.105
# vm01:
# ansible_host: 80.211.195.127
# vm02:
# ansible_host: 212.60.5.162
# ca:
# ansible_host: 192.168.99.20
kube-ctl:
ansible_host: 172.20.21.200
kube-node01:
ansible_host: 172.20.21.201
rke-master01:
ansible_host: rke-master01.local.mrwho.ru
rke-node01:
ansible_host: rke-node01.local.mrwho.ru
ca:
ansible_host: ca.local.mrwho.ru
router:
ansible_host: router.local.mrwho.ru
git:
ansible_host: git.local.mrwho.ru
# rocky9-template:
# ansible_host: 172.20.21.106