summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Add README.md explaining repo merge.HEADdevelMatt Clay2016-12-131-0/+6
|
* Update templates for repomerge (#3689)jctanner2016-12-092-79/+6
|
* Add metadata for xbpsToshio Kuratomi2016-12-061-3/+6
| | | | Pass pyflakes
* Removing unnecessary files before repo mergeJames Cammarata2016-12-069-937/+0
|
* Refreshed metadata for extras modulesToshio Kuratomi2016-12-06501-0/+2004
|
* Style fix for xbps moduleRyan S. Brown2016-12-061-1/+1
|
* Add XBPS module (#1749)Dino Occhialini2016-12-061-0/+300
| | | | | | | | | | Adds xbps module for managing Void Linux packages. Currently supports: * Installation * Removal * Updating Specific Packages * Updating All Packages * Updating package cache
* Add 'link' action to jira moduleSlezhuk Evgeniy2016-12-061-3/+41
|
* Add check mode support (#3523)Ben Tomasik2016-12-051-1/+2
|
* Fetch vmid from the ProxmoxAPI when not set (#3591)0livd2016-12-051-2/+31
| | | | | | | | The vmid is no longer a required parameter For the 'present' state: If not set, the next available one will be fetched from the API For the 'started', 'stopped', 'restarted' and 'absent' states: If not set, the module will try to fetch it from the API based on the hostname Inspired from the behavior of the proxmox_kvm module
* Allow Datadog monitors to be retrieved by id instead of name. (#3456)Fabian Krämer2016-12-051-4/+17
|
* Fix #3410 (#3411)David Stygstra2016-12-051-1/+1
| | | | A port with the same name as the bridge is implicitly created for every bridge, but it doesn't show in in `ovs-vsctl list-ports BRIDGE`.
* Update the status codes to look for (#2120)MDCollins2016-12-051-2/+2
| | | Creation of a maintenance window returns a 201 (PagerDuty Developer documentation is unfortunately incorrect). Deleting a maintenance window returns a 204.
* yum_repository: use https:// for EPEL examples (#3464)Colin Walters2016-12-051-2/+2
| | | | | This whole module is really lacking in security guidelines, but downloading RPMs via plain `http://` without gpg is quite bad. Let's use `https://` for the EPEL examples for a start.
* Update route53_zone.py fix indentation typo in examples (#3255)Arthur2016-12-051-1/+1
|
* improve example for module ec2_vpc_subnet_facts (#3511)Bill Wang2016-12-051-0/+1
|
* Add oVirt ovirt_permissions and ovirt_permissions_facts modules (#3160)Ondra Machacek2016-12-052-0/+423
|
* Add oVirt ovirt_external_providers and ovirt_external_providers_facts ↵Ondra Machacek2016-12-052-0/+391
| | | | modules (#3168)
* Add oVirt ovirt_vmpools and ovirt_vmpools_facts modules (#3171)Ondra Machacek2016-12-052-0/+313
|
* Add oVirt ovirt_quotas and ovirt_quotas_facts modules (#3172)Ondra Machacek2016-12-052-0/+411
|
* Add oVirt ovirt_nics and ovirt_nics_facts modules (#3205)Ondra Machacek2016-12-052-0/+361
|
* Add oVirt ovirt_templates and ovirt_templates_facts modules (#3221)Ondra Machacek2016-12-052-0/+410
|
* Add oVirt ovirt_storage_domains and ovirt_storage_domains_facts modules (#3222)Ondra Machacek2016-12-052-0/+540
|
* Add oVirt ovirt_vms_facts module (#3226)Ondra Machacek2016-12-051-0/+100
|
* ovirt_vms: Add new cloud_init_nics parameter (#3557)Ondra Machacek2016-12-051-23/+58
|
* Add oVirt ovirt_affinity_labels and ovirt_affinity_labels_facts modules (#3570)Ondra Machacek2016-12-052-0/+357
|
* Add oVirt users/groups and users_facts/group/facts modules (#3153)Ondra Machacek2016-12-054-0/+539
|
* Add ovirt_networks and ovirt_networks_facts modules (#3148)Ondra Machacek2016-12-052-0/+364
|
* Add ovirt_datacenters and ovirt_datacenters_facts modules (#3146)Ondra Machacek2016-12-052-0/+315
|
* Add ovirt_clusters and ovirt_clusters_facts modules (#3138)Ondra Machacek2016-12-052-0/+659
| | | | | | | | | | * Add ovirt_clusters and ovirt_clusters_facts modules * Add return values examples * Improve documentation * Added all cluster parameters
* kubernetes: handle situation when target host does not have yaml library ↵Krzysztof Magosa2016-12-051-1/+9
| | | | (fixes #3301) (#3449)
* Add new ovirt_mac_pools module (#3646)Ondra Machacek2016-12-051-0/+176
| | | This patch adds new module to manage oVirt MAC pools.
* Fix: convert owner_ids to a list of strings (#3488)Constantin2016-12-051-1/+1
|
* Add check mode support (#3522)Ben Tomasik2016-12-051-1/+2
|
* Use parameters in os_stack update (#3560)Tristan de Cacqueray2016-12-051-1/+2
| | | | | | | This change makes os_stack module idempotent. Otherwise, re-use of the module fails with: Error updating stack: ERROR: The Parameter (...) was not provided. Fixes #3165.
* Make `main()` calls conditional - commands (#3655)Fabio Alessandro Locati2016-12-051-1/+2
|
* Make `main()` calls conditional - messaging (#3654)Fabio Alessandro Locati2016-12-058-8/+24
|
* Make `main()` calls conditional - web_infrastructure (#3653)Fabio Alessandro Locati2016-12-053-4/+7
|
* Make `main()` calls conditional - system (#3652)Fabio Alessandro Locati2016-12-0524-28/+55
|
* Make `main()` calls conditional - source_control (#3651)Fabio Alessandro Locati2016-12-052-2/+5
|
* Make `main()` calls conditional - packaging (#3650)Fabio Alessandro Locati2016-12-0517-18/+41
|
* Make `main()` calls conditional - network (#3649)Fabio Alessandro Locati2016-12-0515-16/+39
|
* Conditional main - monitoring (#3648)Fabio Alessandro Locati2016-12-0512-14/+30
|
* Make `main()` calls conditional - clustering (#3647)Fabio Alessandro Locati2016-12-051-1/+2
|
* Make `main()` calls conditional - notifications (#3656)Fabio Alessandro Locati2016-12-0510-11/+28
|
* Make `main()` calls conditional - cloud (#3657)Fabio Alessandro Locati2016-12-0521-21/+47
|
* Make `main()` calls conditional - files (#3658)Fabio Alessandro Locati2016-12-051-1/+3
|
* Make `main()` calls conditional - database (#3659)Fabio Alessandro Locati2016-12-054-4/+11
|
* ovirt_vms: Add support to specify template version (#3567)Ondra Machacek2016-12-051-3/+45
|
* cloudstack: cs_ip_address: implement VPC support (#3403)René Moser2016-12-051-44/+18
|