1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00
community.general/lib/ansible/modules/cloud/opennebula
Milan Ilic 14f0fd9ab3 Add mode, owner_id and group_id options to one_vm (#40217)
Add `mode` option which sets permission mode of a VM in octet format
Add `owner_id` and `group_id` which set the ownership of a VM
Move the waiting for state at the end of the module, so it could fail faster if there is some error
tagged_instances will only be returned only if count_attributes and/or count_labels are used, as specified in the documentation
Update relevant tests
Add tests for mode, owner_id, group_id
2018-05-25 08:00:26 +02:00
..
__init__.py Add OpenNebula one_vm module (#37825) 2018-03-28 23:32:03 +02:00
one_host.py opennebula: new module one_host (#40041) 2018-05-17 10:10:49 +02:00
one_image.py Add OpenNebula one_image module (#37831) 2018-04-02 16:58:39 +02:00
one_image_facts.py Add OpenNebula one_image_facts module (#38169) 2018-04-04 22:53:31 +02:00
one_service.py Add OpenNebula one_service module (#37829) 2018-05-24 13:32:45 +02:00
one_vm.py Add mode, owner_id and group_id options to one_vm (#40217) 2018-05-25 08:00:26 +02:00