community.general/lib/ansible/modules/cloud/misc
nesanton 14612db43f Ovirt: fixes #41592, #34559 (#41622)
* autostart cannot be used with command=define

autostart cannot be used with command=define. If it's used with state, it'll be silently ignored.
https://github.com/ansible/ansible/issues/41592

* guest name should not be used with xml

When both ```name``` and ```xml``` are specified, there might be a mismatch of domain names in
```name``` and inside ```xml```.

* Improved error handling and param deps for autostart-only tasks.
Standalone autostart tasks depend on ```name``` and need the domain to be present.

* Added handling of errors thrown by libvirt

* Updates to documentstion and examples

* Removed required flag from name. Added description on some option combinations.
Added a few examples.

* lint issues

* docs: note that name is optional

* Removing required from documentation of name parameter

* extra text to make clearer when name is required

* When defining a domain with xml, its name is taken directly from the xml definition.

This reverts commit 4ac14a622b38438d1385586683a9275e5905254a.
2018-11-22 08:13:55 +05:30
..
__init__.py Relocating extras into lib/ansible/modules/ after merge 2016-12-08 11:35:18 -05:00
cloud_init_data_facts.py new module cloud_init_data_facts (#37932) 2018-05-25 07:44:24 +02:00
helm.py Bulk fix DOCUMENTATION.author (Part 1) (#48934) 2018-11-20 19:31:35 +00:00
ovirt.py fix doc links (#46094) 2018-09-24 16:08:05 -05:00
proxmox.py proxmox: doc: Fix example for restart container (#46602) 2018-10-07 23:22:14 +02:00
proxmox_kvm.py Fixed spelling error 2018-10-22 19:00:53 +02:00
proxmox_template.py Clean up BOTMETA.yml (#44574) 2018-08-24 19:43:35 -04:00
rhevm.py Enable additional pylint rules and resolve issues found. (#47221) 2018-10-18 13:38:08 -07:00
serverless.py Clean up BOTMETA.yml (#44574) 2018-08-24 19:43:35 -04:00
terraform.py Bulk fix DOCUMENTATION.author (Part 1) (#48934) 2018-11-20 19:31:35 +00:00
virt.py Ovirt: fixes #41592, #34559 (#41622) 2018-11-22 08:13:55 +05:30
virt_net.py Add documentation for the modify command, by giving a example (#19699) 2018-09-11 11:38:39 -04:00
virt_pool.py More validate module fixes (#39097) 2018-04-24 18:05:50 +01:00
xenserver_facts.py Bulk fix DOCUMENTATION.author (Part 1) (#48934) 2018-11-20 19:31:35 +00:00