diff --git a/inventory/prod/hosts.yml b/inventory/prod/hosts.yml index 639be46..6837b16 100644 --- a/inventory/prod/hosts.yml +++ b/inventory/prod/hosts.yml @@ -17,6 +17,17 @@ all: 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 \ No newline at end of file