intersight-ansible icon indicating copy to clipboard operation
intersight-ansible copied to clipboard

Cisco Intersight Ansible Collection

Results 11 intersight-ansible issues
Sort by recently updated
recently updated
newest added

Hi everyone, you have the json_body inserted as json everywhere. It is possible to continue with yaml notation right away but if you insert logik with jinja2, it gets automatically...

I have been testing API calls to Intersight using the `intersight_rest_api` module, and I have encountered a problem with the `$filter` Query Parameter, specifically when using the `in` Operator. According...

Hi , While using the playbook to derive service profiles [derive_profiles.yml](https://github.com/CiscoDevNet/intersight-ansible/blob/main/playbooks/derive_profiles.yml) , It error out saying access denied , however same API key is able to create the service profile...

This example playbook shows setting a BIOS token called cpu_energy_performance to a value of performance. If I create a BIOS Policy in Intersight and set Energy Performance to performance and...

I would like either a new option to the "state" param to be "deployed", or a new boolean param "deploy" to allow profile deploy when creating a new profile. Currently...

Based on the [community decision](https://github.com/ansible-community/community-topics/discussions/120) to use `true/false` for boolean values in documentation and examples, we ask that you evaluate booleans in this collection and consider changing any that do...

I was reading through https://github.com/CiscoDevNet/intersight-ansible/blob/master/playbooks/claim_device.yml#L26 -- is it possible to pull that value programmatically from the server? I didn't have much luck looking through the rack API, I also looked...

This Pull requests contains 1 small bug fix and 1 change bug fix: intersight.py line #188 Some error do not return anybody, thus resulting in a KeyError instead of a...

Hello team, I believe the playbooks and roles require an adjustment to include the 'Organization' from Intersight without which the playbook will fail to deploy the policies on Intersight. To...

There seems to be an issue leveraging the OS install feature of Intersight using Ansible. The issue seems to be that the vmedia (ESXi ISO) does not eject/disconnect after OS...