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 configure ipmi #17

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

Not able to configure ipmi #17

tanmayx opened this issue Jul 13, 2017 · 0 comments

Comments

@tanmayx
Copy link

tanmayx commented Jul 13, 2017

Run the below task -

tasks:
    - name: enable ipmi case1
      cisco_imc_ipmi:
        state: present
        priv: user
        ip: '{{ imc_ip }}'
        username: '{{ imc_username }}'
        password: '{{ imc_password }}'

Output -

ansible-playbook -i inventory create_config/test_create_ipmi.yml 

PLAY [imc] **********************************************************************************************************************************************

TASK [Gathering Facts] **********************************************************************************************************************************
ok: [classic_imc16]

TASK [enable ipmi case1] ********************************************************************************************************************************
ok: [classic_imc16]

PLAY RECAP **********************************************************************************************************************************************
classic_imc16              : ok=2    changed=0    unreachable=0    failed=0 

Nothing changes on the CIMC GUI, tried with priv values user, admin and read-only.
In cisco_imc_ipmi.py module, the values of server_id are mentioned as read-only, user and admin. It should be default value 1.

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