update
This commit is contained in:
parent
9f04633685
commit
c82974ccb6
2 changed files with 7 additions and 4 deletions
|
|
@ -27,7 +27,10 @@ all:
|
||||||
ansible_host: router.local.mrwho.ru
|
ansible_host: router.local.mrwho.ru
|
||||||
git:
|
git:
|
||||||
ansible_host: git.local.mrwho.ru
|
ansible_host: git.local.mrwho.ru
|
||||||
|
vm03:
|
||||||
|
ansible_host: 150.251.147.212
|
||||||
|
ansible_ssh_user: root
|
||||||
|
ansible_ssh_password: OdUdPx7yKa4Ga1i
|
||||||
|
|
||||||
# rocky9-template:
|
# rocky9-template:
|
||||||
# ansible_host: 172.20.21.106
|
# ansible_host: 172.20.21.106
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
---
|
---
|
||||||
- name: Initial Rocky9 Configuration
|
- name: Initial Rocky9 Configuration
|
||||||
|
|
||||||
hosts: all
|
hosts: vm03
|
||||||
# - rocky9-template
|
# - rocky9-template
|
||||||
# kuber-node01
|
# kuber-node01
|
||||||
# - 172.20.21.193
|
# - 172.20.21.193
|
||||||
|
|
@ -15,7 +15,7 @@
|
||||||
# - linux_ctrl_alt_del_rhel9
|
# - linux_ctrl_alt_del_rhel9
|
||||||
- linux_dnf_automatic_rhel9
|
- linux_dnf_automatic_rhel9
|
||||||
- linux_wireless_rhel9
|
- linux_wireless_rhel9
|
||||||
# - openssh
|
- openssh
|
||||||
|
|
||||||
vars:
|
vars:
|
||||||
#ansible_ssh_user: root
|
#ansible_ssh_user: root
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue