Skip to content

Commit

Permalink
fix(ansible): add tgen to inventory
Browse files Browse the repository at this point in the history
Signed-off-by: Boris Glimcher <36732377+glimchb@users.noreply.github.com>
  • Loading branch information
glimchb committed May 21, 2024
1 parent 0cfd31c commit 883e3aa
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions lab/ansible/inventory
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,12 @@ 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

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

[tgenbmcs]
tgen1bmc ansible_host=172.22.2.100 ansible_connection=local ansible_user=ADMIN

[Management]
mgmt ansible_host=172.22.222.2 ansible_connection=ssh ansible_user=root

Expand Down

0 comments on commit 883e3aa

Please sign in to comment.