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

Problems using ibm.isam.web.configure_runtime_components #143

Open
cookieninja opened this issue Jul 28, 2021 · 0 comments
Open

Problems using ibm.isam.web.configure_runtime_components #143

cookieninja opened this issue Jul 28, 2021 · 0 comments

Comments

@cookieninja
Copy link

cookieninja commented Jul 28, 2021

Trying to configure a few settings using ansible as part of setting up enhanced pwd policy in a PoC environment and it's not working. Not clear why, anyone able to help please :-) No errors, the step is just skipped, suggesting some parameter is missing, however there is nothing in debug output using -vvv in Ansible to provide any clues! I've tried indenting entries and the entries underneath it indented again .. There's no errors, the step is just skipped as if something is missing or it's already been executed, except it hasn't!

Configure ISAM for enhanced PWD policy

name: Configuring ISAM enhanced pwd policy
hosts: isam_appliances
gather_facts: no
roles:

    role: ibm.isam.web.configure_runtime_components
    tags: configure_runtime_components
    policy_server_runtime:
    entries:
    - { method: update, resource_id: "ivmgrd.conf", stanza_id: "ldap", entry_id: "enhanced-pwd-policy", value_id: "yes" }
    - { method: update, resource_id: "ivmgrd.conf", stanza_id: "ldap", entry_id: "auth-using-compare", value_id: "no" }
    - { method: update, resource_id: "ldap.conf", stanza_id: "ldap-generic-general", entry_id: "auth-using-compare-supported", value_id: "no" }

    when: sec_master_pwd is defined and sec_master_id is defined
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