Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Set iLo Security to ignore all using Ansible #24

Open
wally007 opened this issue Oct 23, 2023 · 2 comments
Open

Set iLo Security to ignore all using Ansible #24

wally007 opened this issue Oct 23, 2023 · 2 comments
Labels

Comments

@wally007
Copy link

Hello,

is it possible to disable all iLo Security warnings using ilo_redfish or general_redfish collections ?

I havent found an example role/playbook.

Currently we deploy and setup our server iLo using Ansible but cant import server into Oneview with Security Alerts.
We have to manually go and disable/ignore all warnings on each server using iLo web GUI.

@donzef
Copy link

donzef commented Oct 23, 2023

I am afraid you'll need to write your own role/playbook to ignore them. In pseudo code, it would be something like:

For each member in {{iloURI}}/redfish/v1/Managers/1/SecurityService/SecurityDashboard ; do
PATCH {{iloURI}}/redfish/v1/Managers/1/SecurityService/SecurityDashboard/{{member}} with payload: { "Ignore": true }
endfor

@wally007
Copy link
Author

thanks for response.

For now, I disabled them all with ilorest tool but it would be great to have native ansible of doing it - if it's possible to consider this as a feature request for this ansible collection.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants