Skip to content

Releases: opiproject/ansible-opi-dpu

v1.0.0

16 Apr 12:11
Compare
Choose a tag to compare

1.0.0 (2024-04-16)

Features

  • add new session management role (a4a42d2)
  • bmc_fw_update: compare version with filename (5b38fca), closes #22
  • bmc_fw_update: skip download if local file exists (8f29a00), closes #16
  • bmc_fw_update: support legacy HttpPushUri (53c4aa7)
  • bmc_fw_update: validate only user/pass or token passed (d952c72)
  • bmc_reboot: support both user/pass/auth (9f9a492)
  • bmc_session: add state argument (e27ba14)
  • delegate_to as variable (aa0fdba), closes #27
  • enable_secure_boot: support both user/pass/auth (292cc92)
  • fill bmc_fw_update role (fc8cb25)
  • get_bmc_facts: support both user/pass/auth (6def723)
  • implement ResetToDefaults phase1 (8507941)
  • initial commit (35743f8)
  • missing files (2c20aae)
  • move pause to reboot task (d559304)
  • new nvidia bmc version (08d24a6)
  • replace assert with fail when (ec8ce40)
  • role: add secure boot role (4fba278)
  • roles: add auth_token argument (4b6e5ee)
  • session: implement create and delete (a936f68)
  • update_bmc_password: support both user/pass/auth (0dfc7b5)
  • use json_query to avoid index (f51c70a), closes #19

Bug Fixes