Skip to content

Updating IPMI info

Login to Vault from your local computer:

vault login -method=oidc --address=https://vault.nrp-nautilus.io

Compare the contents of the file in ansible with the contents of the file in vault.

vault kv get --field=contents nrp-secrets/nautilus-hosts-ipmi | diff - <path_to_ansible_repo>/nautilus-ansible/nautilus-hosts-ipmi.yaml

There’s no git - you need to merge changes yourself. If needed, pull the remote file:

vault kv get --field=contents nrp-secrets/nautilus-hosts-ipmi > temp_ipmi.yaml

Upload the edited file with your changes to vault:

vault kv put nrp-secrets/nautilus-hosts-ipmi contents=@<path_to_ansible_repo>/nautilus-ansible/nautilus-hosts-ipmi.yaml
NSF Logo
This work was supported in part by National Science Foundation (NSF) awards CNS-1730158, ACI-1540112, ACI-1541349, OAC-1826967, OAC-2112167, CNS-2100237, CNS-2120019.