René Moser
René Moser
we currently focus on experiments for cloud APIs. Regarding nomad we could probably think about to implement a generic experiment executor for containers, in which you could run disk, network,...
see comment https://github.com/ngine-io/chaotic/issues/19#issuecomment-1398081030
[See comment ](https://github.com/ngine-io/chaotic/issues/19#issuecomment-1398081030)
https://docs.ansible.com/ansible/latest/dev_guide/module_lifecycle.html#deprecating-modules-and-plugins-in-a-collection
@stuevansuk I think, there is typo in your configs for creating a vultr server with an unexpected unicode char. According to my quick research, this should be an `ã` (a-tilde)....
I see so, the thing is, this modules still uses the old API v1 and plan "vc2-2c-4gb" is a plan of the API v2. To get the v1 plans you...
You're welcome, thanks for your patience, I'll let you know when the new instance module is ready.
I can not reproduce: created a playbook, quite identical to yours ```yaml - name: Provision & Bootstrap New node hosts: localhost connection: local gather_facts: false tasks: - name: Provision Node........
i wanted to let you know that vultr.cloud (https://github.com/vultr/ansible-collection-vultr) now includes an instance module. The arguments have changed a bit but not that much. Give it a shot https://docs.ansible.com/ansible/latest/collections/vultr/cloud/instance_module.html#ansible-collections-vultr-cloud-instance-module (btw,...
hey @rvalle, yes, only testing is missing.