diff --git a/inventory/prod/hosts.yml b/inventory/prod/hosts.yml index 6837b16..8ec348f 100644 --- a/inventory/prod/hosts.yml +++ b/inventory/prod/hosts.yml @@ -27,7 +27,10 @@ all: ansible_host: router.local.mrwho.ru git: ansible_host: git.local.mrwho.ru - + vm03: + ansible_host: 150.251.147.212 + ansible_ssh_user: root + ansible_ssh_password: OdUdPx7yKa4Ga1i # rocky9-template: -# ansible_host: 172.20.21.106 \ No newline at end of file +# ansible_host: 172.20.21.106 diff --git a/playbooks/rocky9.yml b/playbooks/rocky9.yml index a7cbf90..1eeddbf 100644 --- a/playbooks/rocky9.yml +++ b/playbooks/rocky9.yml @@ -1,7 +1,7 @@ --- - name: Initial Rocky9 Configuration - hosts: all + hosts: vm03 # - rocky9-template # kuber-node01 # - 172.20.21.193 @@ -15,7 +15,7 @@ # - linux_ctrl_alt_del_rhel9 - linux_dnf_automatic_rhel9 - linux_wireless_rhel9 -# - openssh + - openssh vars: #ansible_ssh_user: root