Commit Graph

28 Commits (39b635ae799eb51cf8e2f4618b3a292453668cc5)

Author SHA1 Message Date
Maciej Delmanowski 39b635ae79 Rewrite method to not use try/except
Additional checks are not needed, because 'self.conn.get_entry(-1)'
returns all existing entries, each one should have state defined.
9 years ago
Maciej Delmanowski d8b6dd5927 Rewrite for loops in a more Pythonic style 9 years ago
Maciej Delmanowski 055a31ba07 Remove separate check for Xen
Module checked for Xen-based system, however since 'xen:///' URI support
exists in 'libvirt', we should use it explicitly instead.
9 years ago
Maciej Delmanowski 1fd1460d2f libvirt: virt_pool module
This module manages storage pool configuration in libvirt.
9 years ago
Maciej Delmanowski ebb9125567 virt: remove BabyJSON
Removed the usage of baby json. This is in response to the fact
that the baby json functionality was removed in Ansible 1.8

Ref: #430
9 years ago
Greg DeKoenigsberg 004dedba8a Changes to author formatting, remove emails 9 years ago
Sergei Antipov 35853a3d70 proxmox | changed https_verify_ssl to to validate_certs and added
forgotten return
9 years ago
Sergei Antipov 5f916ac4e3 proxmox_template | deleted state=list and changed default timeout to 30 9 years ago
Sergei Antipov e1c8cdc39d proxmox_template | changed http_verify_ssl to validate_certs 9 years ago
Sergei Antipov 08a9096c75 proxmox_template | fixed problem with uploading 9 years ago
Sergei Antipov 078dc8b205 Added proxmox_template module 9 years ago
Brian Coca a07fc88ba0 Merge pull request #531 from UnderGreen/proxmox_module_examples
Proxmox VE module examples
9 years ago
Rene Moser e72f581a16 proxmox: prevent to log passwords 9 years ago
Rene Moser 148bd52d8b proxmox: update module doc 9 years ago
Sergei Antipov ed6283d422 Added examples 9 years ago
Toshio Kuratomi 8dfa63d1d8 Add version_added dodmentation 9 years ago
Brian Coca 47c74936c1 Merge pull request #530 from UnderGreen/proxmox_module
Proxmox VE module
9 years ago
Sergei Antipov 69d3474bcc Deleted debugging 9 years ago
Sergei Antipov cb09a26900 Added documentation 9 years ago
Sergei Antipov 323df26b3e Added conditionals, umount, forceStop, timeout, etc 9 years ago
Brian Coca 5187c7fcd7 removed executable bit 9 years ago
Toshio Kuratomi 88eff11c04 Many more doc fixes 9 years ago
Sergei Antipov a057cb2482 Initial commit of Proxmox module 9 years ago
Brian Coca 08445418aa more string corrections 9 years ago
Greg DeKoenigsberg e732b478ef Update virt.py 9 years ago
Greg DeKoenigsberg 3e6e179b1b Adding author's github id 9 years ago
Toshio Kuratomi a589a66710 Update module documentation if modules have a dep on python2.6+ 10 years ago
Michael DeHaan ad181b7aa9 Categorize some modules. 10 years ago