Daniel Vigueras
735c1b6219
Add insert support to iptables. ( #1180 )
...
Add insert support to iptables.
2016-05-16 16:25:52 -04:00
Michael Perzel
677a2dd66d
Module to manage f5 virtual servers
2016-05-16 16:02:29 -04:00
Sergei Antipov
33281cc93e
Fixed problem with pymongo compatibility ( #1249 )
...
* Fixed problem with pymongo compatibility
Fixes #11
2016-05-16 11:25:52 -04:00
Adrian Likins
e880bc8f75
Merge pull request #2119 from hypergig/patch-2
...
message template variable fix
2016-05-16 10:43:51 -04:00
Adrian Likins
240afc0344
Merge pull request #2146 from ke3vin/interfacezone
...
Fix the interface handling code to allow immediate changes. Also fixes switching an interface between zones.
2016-05-16 10:42:17 -04:00
Adrian Likins
028ef0a2fa
Merge pull request #2185 from resmo/feature/cs_router
...
cloudstack: new module cs_router
2016-05-16 10:40:50 -04:00
Adrian Likins
ae6b3ac71d
Merge pull request #2225 from rusaksoft/iptables-add-icmp-type
...
Iptables add icmp type
2016-05-16 10:38:26 -04:00
Adrian Likins
05d9a41ca5
Merge pull request #2234 from lalinsky/zabbix-host-proxy
...
monitoring/zabbix_host: Fix (no) proxy handling
2016-05-16 10:34:46 -04:00
Lukáš Lalinský
3a90f78cca
monitoring/zabbix_host: Fix (no) proxy handling
...
When updating a host with no proxy explicitly set,
the host was always reported as changed, because it was
comparing `"0"` and `None`.
2016-05-14 11:07:24 +02:00
Constantin
8c1b672929
Added support for Standard - Infrequent Access stoarage class ( #2134 )
2016-05-14 10:45:05 +02:00
Dag Wieers
7618fd8749
Fix check-mode incorrectly returning changed ( #2220 )
...
The lvol module has a different logic in check-mode for knowing when a change is induced. And this logic is *only* based on a size check. However during a normal run, it is the lvreduce or lvextend tool that decides when a change is performed (or when the requested and existing sizes differ). So while in check-mode the module reports a change, in real run-mode it does not in fact changes anything an reports ok.
One solution would be to implement the exact size-comparison logic that is implemented in lvextend and lvreduce, but we opted to use the `--test` option to each command to verify if a change is induced or not. In effect both check-mode and run-mode use the exact same logic and conclusion.
2016-05-14 10:40:49 +02:00
Toshio Kuratomi
f953d5dc0c
Docs fixes
2016-05-13 11:01:32 -07:00
Toshio Kuratomi
148a0ddabf
Merge pull request #2228 from abadger/ziploader-constants
...
the ansible version constant is now in a different place
2016-05-13 10:14:33 -07:00
Pavel Samokha
a0566037b4
iptables module - icmp-type better doc style
2016-05-13 17:14:44 +03:00
Pavel Samokha
7092118119
fix icmp-type
2016-05-13 16:49:58 +03:00
Pavel Samokha
747f6f6736
iptables module - add icmp_type
2016-05-13 15:52:49 +03:00
Yannig
bbd53572af
New lvol option: shrink. ( #2135 )
...
If shrink is set to false and size is lower than current lv size, dont try to shrink logical volume.
2016-05-13 11:28:41 +02:00
Toshio Kuratomi
a12696d598
the ansible version constant is now in a different place
2016-05-12 18:20:54 -07:00
Ian Levesque
cd03f10b9c
Fix session-based kv acquire/release ( #2181 )
...
* Fix session-based kv acquire/release
* add example of using session in doc
2016-05-11 19:28:00 +02:00
Rob
9677961b8c
Added better example for boto3 exception handling ( #2204 )
2016-05-11 12:33:52 +02:00
Michael Baydoun
2665acb257
created ec2_customer_gateway module ( #1868 )
2016-05-10 09:32:08 -07:00
Ash Berlin
d00d0d0846
Add missing urlparse import to s3_bucket ( #2110 )
...
This was triggered when S3_URL environment variable was set.
2016-05-10 08:00:13 -07:00
Michael Scherer
816673dd6f
Use path type for blockinfile 'dest' argument ( #2192 )
2016-05-10 12:23:08 +02:00
Adrian Likins
ba4a7a7aa9
Merge pull request #2193 from Penguin2600/patch-1
...
high_flap_threshold documentation correction
2016-05-09 17:46:27 -04:00
René Moser
eab4b6a3e9
cs_loadbalancer_rule_member: doc fixes ( #2184 )
2016-05-09 21:39:00 +02:00
Charles V Bock
371c411ac3
high_flap_threshold documentation correction
...
Changing description of high_flap_threshold to properly reflect its function.
2016-05-09 10:11:17 -07:00
Nik LaBelle
bb965eebee
change netif type to dict and update example ( #2187 )
2016-05-09 13:00:05 +02:00
David Keijser
7b7af3bcf9
Make it possible to manage rules of f5 vs ( #1821 )
2016-05-08 23:33:25 +02:00
Ben Knight
239c60ec13
Add reselect_tries option to big_pool module ( #2156 )
2016-05-08 23:30:04 +02:00
Rene Moser
5e008b928e
cloudstack: new module cs_router
2016-05-08 18:55:53 +02:00
René Moser
23e6875430
Merge pull request #2186 from mscherer/fix_know_host
...
Use type='path' rather than str, so path is expanded correctly
2016-05-08 12:13:16 +02:00
Michael Scherer
557d37d3f1
Use type='path' rather than str, so path is expanded correctly
2016-05-08 11:33:54 +02:00
Matt Martz
a4b631522d
Merge pull request #2179 from sivel/ansible-testing-exclusions
...
Ansible testing exclusions
2016-05-07 07:36:41 -05:00
Nick Aslanidis
8be42e0676
corrected version to 2.2. Ensure no vpc-id is returned if detached
2016-05-07 21:00:23 +10:00
naslanidis
9d51e84c6f
Merge pull request #1 from brandond/new_aws_module_ec2_vpc_vgw
...
Fix argument spec for type and tags; return VGW info instead of raw r…
2016-05-07 20:57:16 +10:00
Matt Martz
61b9b48c60
No exclusions necessary
2016-05-06 14:02:23 -05:00
Matt Martz
081845b353
Fix HAS_BOTO fail_json call for ec2_ami_copy
2016-05-06 14:00:32 -05:00
Matt Martz
b4de5ec208
Reduce exclusions for ansible-testing due to fixes and changes in ansible-testing
2016-05-06 14:00:07 -05:00
Kamil Szczygiel
431591c2b4
influxdb retention policy module
2016-05-06 09:44:15 -07:00
Michael Scherer
d1b16cd007
Use type='path' for dest ( #2175 )
2016-05-06 10:48:41 -04:00
sebfere
85feaa6409
add monitor configuration to module "bigip_node" ( #2054 )
...
(squashed merge commits w/ new github fun, let's see if it worked)
2016-05-05 16:49:00 -07:00
nitzmahone
2e09202aae
back version added to 2.1
2016-05-05 15:41:46 -07:00
Kamil Szczygiel
f193c1b96a
influxdb database module
2016-05-05 15:40:34 -07:00
Rob
959bbfbf53
Add secondary IP support and allow specifying sec groups by name ( #2161 )
2016-05-06 00:26:40 +02:00
Maxime Montinet
77eee2b6ca
rabbitmq_user: Properly initialize _permissions ( #2163 )
...
Fixes #2162
2016-05-05 14:43:36 +02:00
René Moser
72a4185edc
travis: exlcude cs_template to fix build failure ( #2168 )
2016-05-05 12:27:38 +02:00
Lakshmi Balu
cfc6d1cf62
Update vmware_datacenter.py ( #2164 )
...
Fixed the syntac issue variable references before definiton
2016-05-05 12:24:30 +02:00
René Moser
46fb2f8d14
cs_template: fix missing docs ( #2165 )
2016-05-05 11:11:36 +02:00
Rene Moser
806ebef383
homebrew_cask: fix doc version_added for install_options
...
See #2086
2016-05-04 08:29:46 +02:00
Tim Rupp
c400598332
Reverse the unpack list operation
...
Instead of doing an unpack, deliberately specify which parameters you
want to use. This allows us to flexibly add more parameters to the
f5_argument_spec without having to rewrite all the modules that use
it.
Functionally this commit changes nothing, it just provides for a
different way of accessing the parameters to the module
2016-05-04 07:50:45 +02:00