This commit is contained in:
mrwho 2026-05-17 14:17:50 +03:00
parent b235234089
commit ff6d48453a
2 changed files with 12 additions and 12 deletions

View file

@ -11,12 +11,12 @@ all:
# ansible_host: 80.211.195.127 # ansible_host: 80.211.195.127
# vm02: # vm02:
# ansible_host: 212.60.5.162 # ansible_host: 212.60.5.162
ca: # ca:
ansible_host: 192.168.99.20 # ansible_host: 192.168.99.20
kuber-ctl: kube-ctl:
ansible_host: 192.168.99.41 ansible_host: 172.20.21.200
kuber-node01: kube-node01:
ansible_host: 192.168.99.42 ansible_host: 172.20.21.201
rocky9-template: # rocky9-template:
ansible_host: 172.20.21.106 # ansible_host: 172.20.21.106

View file

@ -1,8 +1,8 @@
--- ---
- name: Initial Rocky9 Configuration - name: Initial Rocky9 Configuration
hosts: hosts: all
- rocky9-template # - rocky9-template
# kuber-node01 # kuber-node01
# - 172.20.21.193 # - 172.20.21.193
become: true become: true
@ -18,8 +18,8 @@
- openssh - openssh
vars: vars:
ansible_ssh_user: root #ansible_ssh_user: root
ansible_ssh_password: nmklop90 #ansible_ssh_password: nmklop90
# ansible_ssh_user: root # ansible_ssh_user: root
# ansible_ssh_password: nmklop90 # ansible_ssh_password: nmklop90
epel_repo: true epel_repo: true