ansible-collection-ibm icon indicating copy to clipboard operation
ansible-collection-ibm copied to clipboard

https://registry.terraform.io/providers/IBM-Cloud/ibm/latest/docs

Results 70 ansible-collection-ibm issues
Sort by recently updated
recently updated
newest added

collection version: 1.39.0 ## Reproducing steps ``` --- - hosts: localhost gather_facts: no tasks: - name: create access group ibm.cloudcollection.ibm_iam_access_group: name: access-group ``` ## Expected behaviour A new access group...

This adds a dynamic inventory to the collection

Hello, I am trying to create a power instance using an Ansible playbook. In the documentation I found below steps: 1. Export your API key to the IC_API_KEY environment variable:...

PR fixes the issue of unsupported attributes for datasources without parameters for example: `ibm_is_public_gateways_info.py ` this module generates a TF config of the format below ``` data ibm_is_public_gateways "ansible_20220307-225058" {...

Customer is having issues running the ansible playbook without installing terraform. Once terraform is installed, the playbook proceeded further. Document https://galaxy.ansible.com/ibm/cloudcollection doesn't mention terraform as pre-req. However the ansible modules...

Team, We have created an ansbile playbook to create ROKS cluster on Gen2 VPC as well as delete using ibm ansible collection Playbook: https://github.com/cloud-native-toolkit/ansible-ibm-roks However, Public gateway is not getting...

According to https://github.com/IBM-Cloud/ansible-collection-ibm/blob/master/docs/ibm_cos_bucket.rst, the ibm_cos_bucket module supports idempotency, but it doesn't look like it's working currently. Here is my test playbook: ```yaml --- - name: Create bucket hosts: localhost collections:...

When trying to fetch the gateways with just region specified, ansible playbook failed with error on unsupported arguments. Even. though the generation field is not specified, looks like the terraform...

https://github.com/IBM-Cloud/ansible-collection-ibm/blob/master/plugins/modules/ibm_is_security_group_rule.py If you run this module multiple times with the same ports, ``` - name: "Configure Security Group Rule to open certain ports on the VSI" ibm.cloudcollection.ibm_is_security_group_rule: state: available group:...

I am trying to get the vpc created and not able to find a way to set resource group using ibm_is_vpc.