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

CloudStack Ansible Collections

Results 34 ansible-collection-cloudstack issues
Sort by recently updated
recently updated
newest added

closes #76 /cc @nathanmcgarvey may you have a look and test it?

ready

Greetings from the Ansible community! We are [removing old/stale scenario guides](https://forum.ansible.com/t/removing-old-stale-scenario-guides/2761) from the ansible documentation. I have opened a PR to remove some of them, including the [Cloudstack Scenario Guide](https://github.com/ansible/ansible-documentation/blob/466b1fdc43b6a065b86a4b0da23bd1fd59794a31/docs/docsite/rst/scenario_guides/guide_cloudstack.rst)...

When creating a isolated network with source nat, I don't see any way to get the source nat IP it snags when it creates it. I think the workaround is...

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...

Hi, this PR adds a `filter_by_tags` option which allows the inventory instances to be filtered by one or more tags. Fixes #115

Attempts to fix: https://github.com/ngine-io/ansible-collection-cloudstack/issues/108 Tests: Created an Isolated & VPC network with multiple NICS - Tried creating port-forward rule for primary IP on default NIC - PASS - Tried creating...

Hi, this would add the option to use the public_ip as a hostname in the inventory plugin. Cheers, Markus

Hi, First of all, great collection! Works like a charm. I'm having a use case in which I need to filter the instances by tags. I quickly hacked something together...

I don't believe my playbook is attempting any changes on some instances: yet I get this message on some: ``` [WARNING]: Changes won't be applied to running instances. Use force=true...