You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ansible/cloud
Lars Kellogg-Stedman e70002d2f9 os_server_facts returns facts about multiple servers
have `os_server_facts` call `list_servers` rather than `get_server`, and
treat the `server` parameter as a wildcard pattern.  This permits one to
get facts on a single server:

    - os_server:
        server: webserver1

On mutiple servers:

    - os_server:
        server: webserver*

Or on all servers:

    - os_server:

Introduces a `detailed` parameter to request additional server details
at the cost of additional API calls.
9 years ago
..
amazon Update try statement as pointed out by defionscode 9 years ago
azure keep backwards compatibility 9 years ago
digital_ocean Fixed bug, when MX records pointed to ORIGIN(@) caused unintentional change of random A record. 10 years ago
docker Merge pull request #2258 from SamYaple/fix_docker_bug_2257 9 years ago
google Delete dead and broken code 9 years ago
linode Updating cloud modules with proper github author information 10 years ago
openstack os_server_facts returns facts about multiple servers 9 years ago
rackspace added version added to new rax_cdb choices 9 years ago
vmware Merge pull request #1757 from gutoandreollo/devel 9 years ago
__init__.py package files 10 years ago