Mariano Lasala
3d54bdd4e1
Update sl_vm.py ( #2267 )
...
There was a mistype in DATACENTER list with 'lon2', changed to 'lon02'.
9 years ago
René Moser
cdffb36642
softlayer: fix module name in doc ( #2266 )
9 years ago
Brian Coca
29be1310e1
add missing author info
9 years ago
Orion Poplawski
14a0b7b9b7
Fix gw4/gw6 typo ( #1841 )
9 years ago
Hans-Joachim Kliemeck
896f6dcd34
blockinfile will always add newline at EOF ( #2261 )
9 years ago
Toshio Kuratomi
33f3612e5c
Move running py3 compile test from whitelist to blacklist ( #2254 )
9 years ago
Alex
ce5a9b6c5f
zypper: (Bugfix) Change command option --verbose to --details which is supported since 2008 ( #2224 )
9 years ago
Rob
8fb8ec2e98
Add idempotence to ec2_eni when private_ip_address is supplied ( #2172 )
9 years ago
Victor Costan
76dee3d872
Add sts_session_token module for short-lived AWS credentials. ( #1988 )
9 years ago
Victor Costan
010286aafd
Add aws_mfa_devices module for multi-factor authentication on AWS. ( #1987 )
9 years ago
Toshio Kuratomi
2a5812a0e8
Move the import of get_exception to pycompat24
9 years ago
kubilus1
b742ab1263
Check to see existence of same named/location system before creation. ( #2150 )
9 years ago
Toshio Kuratomi
e710dc47fe
Add vmware and lxc to python3 checks
9 years ago
Toshio Kuratomi
8ecc3d2516
Port vspherer_copy to pass syntax checks on python3
9 years ago
Michael Scherer
84ec0c8faf
Port vca_nat and vca_fw to py3 compatible syntax ( #2243 )
...
Since they both depend on library that cannot run on python2.4,
cf https://github.com/ansible/ansible/pull/15870 , we can use
directly the python 2.6 syntax, as seen on the porting doc.
9 years ago
Michael Scherer
c8864c3220
Use a python3 compatible notation for octal ( #2238 )
9 years ago
Michael Scherer
7e97b2131b
Add support for checking module on python3, like on core ( #2235 )
9 years ago
Shubham
e91848dfd5
Fix broken link for issue template ( #2248 )
9 years ago
Ricardo Carrillo Cruz
4856fa6adf
Fix CI due to missing __init__.py on f5 folder ( #2247 )
...
The CI for extras is failing on ansible-validate-modules due
to f5 folder missing __init__.py.
Adding an empty one to fix it.
9 years ago
Daniel Vigueras
735c1b6219
Add insert support to iptables. ( #1180 )
...
Add insert support to iptables.
9 years ago
Michael Perzel
677a2dd66d
Module to manage f5 virtual servers
9 years ago
Sergei Antipov
33281cc93e
Fixed problem with pymongo compatibility ( #1249 )
...
* Fixed problem with pymongo compatibility
Fixes #11
9 years ago
Adrian Likins
e880bc8f75
Merge pull request #2119 from hypergig/patch-2
...
message template variable fix
9 years ago
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.
9 years ago
Adrian Likins
028ef0a2fa
Merge pull request #2185 from resmo/feature/cs_router
...
cloudstack: new module cs_router
9 years ago
Adrian Likins
ae6b3ac71d
Merge pull request #2225 from rusaksoft/iptables-add-icmp-type
...
Iptables add icmp type
9 years ago
Adrian Likins
05d9a41ca5
Merge pull request #2234 from lalinsky/zabbix-host-proxy
...
monitoring/zabbix_host: Fix (no) proxy handling
9 years ago
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`.
9 years ago
Constantin
8c1b672929
Added support for Standard - Infrequent Access stoarage class ( #2134 )
9 years ago
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.
9 years ago
Toshio Kuratomi
f953d5dc0c
Docs fixes
9 years ago
Toshio Kuratomi
148a0ddabf
Merge pull request #2228 from abadger/ziploader-constants
...
the ansible version constant is now in a different place
9 years ago
Pavel Samokha
a0566037b4
iptables module - icmp-type better doc style
9 years ago
Pavel Samokha
7092118119
fix icmp-type
9 years ago
Pavel Samokha
747f6f6736
iptables module - add icmp_type
9 years ago
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.
9 years ago
Toshio Kuratomi
a12696d598
the ansible version constant is now in a different place
9 years ago
Ian Levesque
cd03f10b9c
Fix session-based kv acquire/release ( #2181 )
...
* Fix session-based kv acquire/release
* add example of using session in doc
9 years ago
Rob
9677961b8c
Added better example for boto3 exception handling ( #2204 )
9 years ago
Michael Baydoun
2665acb257
created ec2_customer_gateway module ( #1868 )
9 years ago
Ash Berlin
d00d0d0846
Add missing urlparse import to s3_bucket ( #2110 )
...
This was triggered when S3_URL environment variable was set.
9 years ago
Michael Scherer
816673dd6f
Use path type for blockinfile 'dest' argument ( #2192 )
9 years ago
Adrian Likins
ba4a7a7aa9
Merge pull request #2193 from Penguin2600/patch-1
...
high_flap_threshold documentation correction
9 years ago
René Moser
eab4b6a3e9
cs_loadbalancer_rule_member: doc fixes ( #2184 )
9 years ago
Charles V Bock
371c411ac3
high_flap_threshold documentation correction
...
Changing description of high_flap_threshold to properly reflect its function.
9 years ago
Nik LaBelle
bb965eebee
change netif type to dict and update example ( #2187 )
9 years ago
David Keijser
7b7af3bcf9
Make it possible to manage rules of f5 vs ( #1821 )
9 years ago
Ben Knight
239c60ec13
Add reselect_tries option to big_pool module ( #2156 )
9 years ago
Rene Moser
5e008b928e
cloudstack: new module cs_router
9 years ago
René Moser
23e6875430
Merge pull request #2186 from mscherer/fix_know_host
...
Use type='path' rather than str, so path is expanded correctly
9 years ago