hosts
This commit is contained in:
parent
b235234089
commit
ff6d48453a
2 changed files with 12 additions and 12 deletions
|
|
@ -11,12 +11,12 @@ all:
|
|||
# ansible_host: 80.211.195.127
|
||||
# vm02:
|
||||
# ansible_host: 212.60.5.162
|
||||
ca:
|
||||
ansible_host: 192.168.99.20
|
||||
kuber-ctl:
|
||||
ansible_host: 192.168.99.41
|
||||
kuber-node01:
|
||||
ansible_host: 192.168.99.42
|
||||
# ca:
|
||||
# ansible_host: 192.168.99.20
|
||||
kube-ctl:
|
||||
ansible_host: 172.20.21.200
|
||||
kube-node01:
|
||||
ansible_host: 172.20.21.201
|
||||
|
||||
rocky9-template:
|
||||
ansible_host: 172.20.21.106
|
||||
# rocky9-template:
|
||||
# ansible_host: 172.20.21.106
|
||||
|
|
@ -1,8 +1,8 @@
|
|||
---
|
||||
- name: Initial Rocky9 Configuration
|
||||
|
||||
hosts:
|
||||
- rocky9-template
|
||||
hosts: all
|
||||
# - rocky9-template
|
||||
# kuber-node01
|
||||
# - 172.20.21.193
|
||||
become: true
|
||||
|
|
@ -18,8 +18,8 @@
|
|||
- openssh
|
||||
|
||||
vars:
|
||||
ansible_ssh_user: root
|
||||
ansible_ssh_password: nmklop90
|
||||
#ansible_ssh_user: root
|
||||
#ansible_ssh_password: nmklop90
|
||||
# ansible_ssh_user: root
|
||||
# ansible_ssh_password: nmklop90
|
||||
epel_repo: true
|
||||
|
|
|
|||
Loading…
Reference in a new issue