You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm automating a cluster build using ansible. The workflow would be cleaner if tpi could use ssh keys instead of requiring a password.
In fact I can use ssh keys for all of the commands that are able to run on the BMC itself e.g. in the following ansible uses ssh to connect to the BMC.
- name: turn off node before flashingraw: tpi power off -n {{ node.slot_num }}
But I'm stuck running the flash command on my local host because of disk space constraints and it creates minor security difficulties that in this one case I need to supply a password.
The text was updated successfully, but these errors were encountered:
I'm automating a cluster build using ansible. The workflow would be cleaner if tpi could use ssh keys instead of requiring a password.
In fact I can use ssh keys for all of the commands that are able to run on the BMC itself e.g. in the following ansible uses ssh to connect to the BMC.
But I'm stuck running the flash command on my local host because of disk space constraints and it creates minor security difficulties that in this one case I need to supply a password.
The text was updated successfully, but these errors were encountered: