Skip to content

Commit

Permalink
fix(ansible): access intel imc via ssh not local
Browse files Browse the repository at this point in the history
until redfish is ready

Signed-off-by: Boris Glimcher <36732377+glimchb@users.noreply.github.com>
  • Loading branch information
glimchb authored May 26, 2024
1 parent a5460f7 commit 8a4c639
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lab/ansible/inventory
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ mev ansible_host=192.168.0.2 ansible_connection=ssh ansible_user=root
[dpubmcs]
bf2bmc ansible_host=172.22.4.2 ansible_connection=local ansible_user=root
mrvbmc ansible_host=172.22.4.3 ansible_connection=local ansible_user=root
mevbmc ansible_host=172.22.4.4 ansible_connection=local ansible_user=root
mevbmc ansible_host=172.22.4.4 ansible_connection=ssh ansible_user=root

[tgens]
tgen1 ansible_host=172.22.1.100 ansible_connection=ssh ansible_user=root
Expand Down

0 comments on commit 8a4c639

Please sign in to comment.