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

[QUESTION]: Is there a module to set the MOTD Message/Security Banner? #45

Open
amlucent opened this issue Mar 6, 2024 · 1 comment
Labels
type/question Further information is requested

Comments

@amlucent
Copy link

amlucent commented Mar 6, 2024

How can the Team help you today?

Is there a module to set the MOTD Message/Security Banner? I am not seeing an included ansible module method.

@amlucent amlucent added the type/question Further information is requested label Mar 6, 2024
@anupamaloke
Copy link
Collaborator

@amlucent, it is currently on our backlog and will be delivered in future release. For now, one option would be to use the ansible.builtin.uri module to make a direct REST API call:

  1. GET the login banner details (https://developer.dell.com/apis/3898/versions/3.6.0/reference/openapi.json/paths/~1login_banner/get)
  2. Use the banner ID returned in the response to step1 to PATCH the login banner - https://developer.dell.com/apis/3898/versions/3.6.0/reference/openapi.json/paths/~1login_banner~1%7Bid%7D/patch

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type/question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants