summaryrefslogtreecommitdiff
path: root/cloud/xenserver_facts.py
Commit message (Collapse)AuthorAgeFilesLines
* Refreshed metadata for extras modulesToshio Kuratomi2016-12-061-0/+4
|
* Make `main()` calls conditional - cloud (#3657)Fabio Alessandro Locati2016-12-051-1/+2
|
* Fix bare variable references in docsAndrew Gaffney2016-11-101-1/+1
|
* Make xenserver_facts compile on python 3Michael Scherer2016-10-151-1/+1
| | | | | Since the xenapi is not needed on python 2.4, we can use the regular exception handling code
* Do not import xenapi without checking, so we can avoid (#1953)Michael Scherer2016-09-171-1/+10
| | | backtrace
* sys.exit removal for cloud/xenserver_facts.pyMatt Martz2015-10-051-9/+7
|
* Switch from old style replacer code to new style for ansible.module_utils.basicMatt Martz2015-10-051-2/+1
|
* minor doc fixes to xenserver_factsBrian Coca2015-07-281-2/+4
|
* Add xenserver_facts moduleAndy Hill2015-07-281-0/+196
This module gathers facts about a XenServer host, gathering them in a single connection instead of multiple xe commands.