René Moser

Results 82 comments of René Moser

> ok, I can see that it is dest_cidrs, dont know where I picked dest_cidr from, which I see it works because it is an alias only. yeah, it was...

@phildup808 hi, I am currently too busy but should get more spare time beginning may 2025 to catch up

Thanks for sharing. @yyzkevin would you mind creating a PR?

Hi @Pearl1594, could you rebase your PR to master branch please.

I came across a nice implementation of a "generic" filter which filters out after the api query: https://github.com/vultr/ansible-collection-vultr/blob/main/plugins/inventory/vultr.py#L119 IMHO we should implement the additional `filter_by_x` filters to be applied for...

have you tried `--diff`?

should be one or more of these https://github.com/ngine-io/ansible-collection-cloudstack/blob/master/plugins/modules/cs_instance.py#L856

Hi @martialblog, So what you already could do is to group instances either by a key or using a group "condition": ```yaml keyed_groups: - key: tags.key prefix: tag_key separator: ""...

Well, I could probably write a book about "separating tiers" in ansible and cloud environments. Let's say you have 2 tiers, production, staging which contain instances and one inventory file....

did you use the dynamic inventory?