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

Not able to set password expiration details #14

Open
tanmayx opened this issue Jul 4, 2017 · 0 comments
Open

Not able to set password expiration details #14

tanmayx opened this issue Jul 4, 2017 · 0 comments

Comments

@tanmayx
Copy link

tanmayx commented Jul 4, 2017

IMC version: 3.0(3a) and 2.0(13e)

When trying to set the password expiration details using cisco_imc_password_policy, nothing changes in the cimc gui and the playbook throws warning message -

Executed the below snippet -

- name: enable strong password and set password expiration details
      cisco_imc_password_policy:
        strong_password: enabled
        password_expiry_duration: 1
        password_history: 1
        password_notification_period: 1
        password_grace_period: 1
        ip: "{{ imc_ip }}"
        username: "{{ imc_username }}"
        password: "{{ imc_password }}"

Observed below warning -

[WARNING]: Module did not set no_log for password_expiry_duration
[WARNING]: Module did not set no_log for password_notification_period
[WARNING]: Module did not set no_log for password_grace_period
[WARNING]: Module did not set no_log for password
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant