hosts change
This commit is contained in:
parent
6c4718c630
commit
424567edb1
2 changed files with 4 additions and 4 deletions
|
|
@ -19,4 +19,4 @@ all:
|
||||||
ansible_host: 192.168.99.42
|
ansible_host: 192.168.99.42
|
||||||
|
|
||||||
rocky9-template:
|
rocky9-template:
|
||||||
ansible_host: 192.168.99.43
|
ansible_host: 172.20.21.106
|
||||||
|
|
@ -18,11 +18,11 @@
|
||||||
- openssh
|
- openssh
|
||||||
|
|
||||||
vars:
|
vars:
|
||||||
#ansible_ssh_user: root
|
ansible_ssh_user: root
|
||||||
#ansible_ssh_password: nmklop90
|
ansible_ssh_password: nmklop90
|
||||||
epel_repo: true
|
epel_repo: true
|
||||||
reboot_system: false
|
reboot_system: false
|
||||||
hostname: "{{ ansible_hostname }}.local.mrwho.ru"
|
hostname: "{{ inventory_hostname }}.local.mrwho.ru"
|
||||||
|
|
||||||
openssh_password_authentication: false
|
openssh_password_authentication: false
|
||||||
openssh_permit_root_login: "no" # Completely disable root SSH
|
openssh_permit_root_login: "no" # Completely disable root SSH
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue