Guido García
8f3c29a98f
feat: support postgres 10 in azure_rm_postgresqlserver ( #47003 )
...
Add support to Azure Postgres 10.x (see [azure official docs](https://docs.microsoft.com/lv-lv/azure//postgresql/concepts-supported-versions )).
2018-10-26 11:37:54 +08:00
Milosz Galazka
04dd21dabb
Update proxysql_manage_config.py ( #47613 )
...
Incorrect example - wrong module used (proxysql_global_variables instead of proxysql_manage_config)
+label: docsite_pr
2018-10-26 11:35:01 +10:00
curry9999
4906be1009
An error occurs if cluster_id is not specified ( #47500 )
...
* modified: google/gcp_compute_backend_bucket.py
modified: google/gcp_compute_backend_service.py
modified: google/gcp_compute_forwarding_rule.py
modified: google/gcp_compute_global_forwarding_rule.py
modified: google/gcp_compute_image.py
modified: google/gcp_compute_instance.py
modified: google/gcp_compute_instance_group.py
modified: google/gcp_compute_instance_group_manager.py
modified: google/gcp_compute_instance_template.py
modified: google/gcp_compute_route.py
modified: google/gcp_compute_subnetwork.py
modified: google/gcp_compute_target_http_proxy.py
modified: google/gcp_compute_target_https_proxy.py
modified: google/gcp_compute_target_ssl_proxy.py
modified: google/gcp_compute_target_tcp_proxy.py
modified: google/gcp_compute_url_map.py
modified: google/gcp_container_node_pool.py
modified: google/gcp_dns_resource_record_set.py
modified: google/gcp_pubsub_subscription.py
modified: google/gcp_storage_bucket_access_control.py
* modified: lib/ansible/modules/cloud/amazon/aws_ses_identity.py
modified: lib/ansible/modules/cloud/amazon/route53_facts.py
modified: lib/ansible/modules/cloud/cloudscale/cloudscale_server.py
modified: lib/ansible/modules/network/aos/_aos_logical_device.py
modified: lib/ansible/modules/network/aos/_aos_rack_type.py
modified: lib/ansible/modules/network/aos/_aos_template.py
modified: lib/ansible/modules/network/cumulus/nclu.py
modified: lib/ansible/modules/web_infrastructure/ansible_tower/tower_job_launch.py
modified: lib/ansible/modules/web_infrastructure/ansible_tower/tower_job_wait.py
* An error occurs if cluster_id is not specified
* An error occurs if cluster_id is not specified
2018-10-26 11:07:40 +10:00
Ross Williams
300db3af84
Module portinstall: use_packages is a bool ( #47370 )
...
The module has been checking if use_packages is
a string equal to "yes", but AnsibleModule actually
converts the use_packages argument to a bool.
2018-10-26 10:49:31 +10:00
AndyG
e5664c45a5
Update pip.py ( #47568 )
...
adding the option to install pip modules via proxy, as per https://github.com/ansible/ansible/issues/36333#issuecomment-366374083
2018-10-25 15:29:01 -04:00
Jose Delarosa
1c37471274
Fix idempotency issues in set_bios_attributes
...
- Added check to see if attribute even exists, if not, it exits.
- Then checks if attribute is already set to value we want to update
it to. If yes, then it exits and changed=False
- Otherwise updates the attribute and changed=True
2018-10-25 11:02:02 -04:00
Zim Kalinowski
1724b633f2
adding subnet service endpoints ( #47549 )
...
adding subnet service endpoints
2018-10-25 13:43:47 +08:00
Trishna Guha
d79b6c8406
fix trailing command in net_neighbors nxos_facts ( #47548 )
...
Signed-off-by: Trishna Guha <trishnaguha17@gmail.com>
2018-10-25 10:13:38 +05:30
Abhijeet Kasurde
5f404eb0c1
VMware: Add tag facts to vmware_guest_facts ( #47495 )
...
Fixes : #46460
Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>
2018-10-25 09:45:38 +05:30
Zim Kalinowski
5193e31886
adding mysql firewall rule facts ( #47342 )
...
* adding mysql firewall rule facts
* fixes
2018-10-25 10:10:12 +08:00
Zim Kalinowski
1cb78209ae
upgrading sql package to newest ( #47544 )
...
* upgrading sql package to newest
* LROPOller
2018-10-25 10:08:56 +08:00
Zim Kalinowski
4cda7a7883
upgrading rdbms to the latest version ( #47547 )
2018-10-25 09:55:00 +08:00
Yunge Zhu
1587bb9f65
fix webapp test ( #47546 )
2018-10-25 09:45:40 +08:00
abarbare
b4a9b29ab2
feat: add security_group to scaleway compute resource ( #45699 )
...
feat: add more tests
2018-10-24 22:33:40 +01:00
Simon Dodsley
4420e4c3cd
Bug fix for purefb_fs to stop incorrect filesystem eradication ( #47561 )
2018-10-24 09:42:42 -04:00
Florian Apolloner
ecdcb6a09f
Changed django_manage to return changed as boolean consistently ( #46157 )
2018-10-24 12:56:37 +01:00
lolcube
eb7f6a5e62
Add openssh_keypair module ( #46436 )
...
* add openssh_keypair module
2018-10-24 11:51:45 +01:00
Akshay Gaikwad
20b95adf2b
Add Support of healthcheck in docker_container module ( #46772 )
...
* Add Support of healthcheck in docker_container module
Fixes #33622
Now container can be started with healthcheck enabled
Signed-off-by: Akshay Gaikwad <akgaikwad001@gmail.com>
* Extend docker_container healthcheck (#1 )
* Allowing to disable healthcheck.
* Added test for healthcheck.
* Make sure correct types are used.
* Healthcheck needs to be explicitly disabled with test: ['NONE'].
* pep8 fixes
Signed-off-by: Akshay Gaikwad <akgaikwad001@gmail.com>
* Fix bug if healthcheck interval is 1 day or more
`timedelta` object has days too and seconds are up to one day.
Therefore use `total_seconds()` to convert time into seconds.
Signed-off-by: Akshay Gaikwad <akgaikwad001@gmail.com>
* Add test for healthcheck when healthcheck is not specified
This is to avoid the situation when healthcheck is not specified and
treat this as healthcheck is changed or removed.
Signed-off-by: Akshay Gaikwad <akgaikwad001@gmail.com>
* Convert string syntax for healthcheck test to CMD-SHELL
Also add another test case to check idempotency when healthcheck test
is specified as string
Signed-off-by: Akshay Gaikwad <akgaikwad001@gmail.com>
* Playbook fails if minimun docker version is not satisfy for healthcheck
This is to make more consistent with other non-supported options.
Signed-off-by: Akshay Gaikwad <akgaikwad001@gmail.com>
2018-10-24 11:49:56 +01:00
Jan Christian Grünhage
01bee0c2d9
Add matrix notification module ( #45823 )
...
* Add matrix notification module
* try to make ansibot happy
* docs
* fix typo in encoding
* is ansibot happy now?
* change matrix python lib requirement description
* Example formatting & no_log
Thanks for this PR.
Few minor things that are easier for me to just fix, than explain and get you to fix.
* We suggest using `- name:` for examples, as Ansible best practice is to name your tasks
* To prevent secrets being leaked out use `no_log` in argspec
* use `requirements:` in `DOCUMENTATION`
* Clean up argument requirements
* Remove requirements duplicate
* not sure on syntax with these, were adapted from an example elsewhere
2018-10-24 08:54:38 +01:00
Simon Dodsley
8a88d78285
Add hard_limit support to Pure Strage FlashBlade filesystem module ( #43987 )
2018-10-23 19:03:17 -04:00
Jordan Borean
ddfd1dbfc6
Add helper function to return helpful import error msg ( #47409 )
2018-10-24 07:21:36 +10:00
He Guimin
85ba30a3db
Add new module ali_instance ( #36898 )
2018-10-23 13:02:21 -05:00
Adam Miller
079705f8da
dnf properly gpg check local packages based on param ( #47455 )
...
* dnf properly gpg check local packages based on param
Fixes #43624
Signed-off-by: Adam Miller <admiller@redhat.com>
2018-10-23 11:41:27 -05:00
Adam Miller
0e3e646189
don't restrict disable_excludes choices incorrectly ( #47453 )
...
* don't restrict disable_excludes choices incorrectly
Fixes #47085
Signed-off-by: Adam Miller <admiller@redhat.com>
2018-10-23 11:39:55 -05:00
Francisco Gray
8c456d8e38
- Moved data sanitization logic so it is no longer conditionally applied ( #41405 )
2018-10-23 09:38:52 -04:00
Dan
dcb35c4270
Fix nxos_ospf_vrf module auto-cost idempotency and module check mode ( #47190 )
...
* fixing idempotency and check mode
* modified to avoid repetitive code
2018-10-23 14:28:24 +05:30
Joey
6629f153d2
Fix minor typos ( #47381 )
2018-10-23 03:25:44 -04:00
Felix Fontein
a11073df9a
docker_image: allow to delete image by ID ( #47393 )
...
* Allow to delete docker image by ID.
* Added changelog.
2018-10-23 07:52:36 +01:00
Felix Fontein
4ffe3b14d4
docker_container: warn if ipvX_address is used for networks but not supported by docker-py ( #47395 )
...
* Only add parameters which are actually used.
* Fail if ipvX_address is used when not supported.
* Added changelog.
2018-10-23 07:52:08 +01:00
Felix Fontein
3afdb28209
docker_container: fix interaction of detach:no with auto_remove:yes ( #47396 )
...
* Behave better if auto_remove and output_logs are combined. Warn if output cannot be retrieved because of auto_remove.
* Add tests.
* Added changelog.
2018-10-23 07:51:24 +01:00
Dave Bendit
29b4b36501
Adding "internal" option to "docker_network" module ( #35370 )
...
Fixes #27065
2018-10-23 07:49:26 +01:00
Felix Fontein
8ef994fbc5
Fix option change detection / force support for docker_volume. ( #47390 )
2018-10-23 07:48:09 +01:00
Abhijeet Kasurde
6e5233b785
VMware: change type of state in vmware_host_ipv6 ( #47362 )
...
Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>
2018-10-23 11:37:34 +05:30
Valentin
2939f68897
Fix #33045 : get existing network via inspect_network (Rebased #33048 ) ( #43997 )
2018-10-23 01:14:51 -04:00
Nijin Ashok
bc741eb2a0
ovirt_vm: Fix issue in setting the custom_compatibility_version to NULL
...
Currently there is no way to reset the custom_compatibility_version to
NULL. If we provide a empty string('') to custom_compatibility_version,
it will fail with error "IndexError: list index out of range" at _get_minor
function.
To reset the custom_compatibility_version, we have to pass None value to
types.Version. The PR fixes the same.
2018-10-22 21:12:08 -07:00
Ted Timmons
a0f58fa2ef
AWS: docfix: spelling ( #47443 )
...
Fix spelling from paramaters to parameters
2018-10-23 09:36:39 +05:30
Toshio Kuratomi
9088671c4e
Fix python3 problem in user module cve fix
2018-10-22 18:31:57 -07:00
Zhikang Zhang
b697da39c8
Fix problem where pip module cannot accept multiple extras
...
PR #46937
Fixes #46519
2018-10-22 22:21:45 +02:00
Jocelyn Jaubert
7ec49d7472
interfaces_file: Add support for address_family
2018-10-22 20:51:59 +02:00
Martin Krizek
a0aa53d1a1
user: do not pass ssh_key_passphrase on cmdline
...
CVE-2018-16837
Co-authored-by: Toshio Kuratomi <a.badger@gmail.com>
2018-10-22 14:00:55 -04:00
Peter Sprygada
299a5e4af3
fix error checking if netns exists ( #47397 )
...
This patch fixes an error that occurs when attempting to see if the
netns already exists on the remote device. This change will now execute
`ip netns list` and check if the desired namespace is in the output.
Signed-off-by: Peter Sprygada <psprygada@ansible.com>
2018-10-22 13:58:48 -04:00
Thomas (TJ) Zimmerman
a66d5ccf03
Fixed spelling error
...
<!--- Your description here -->
+label: docsite_pr
2018-10-22 19:00:53 +02:00
Sloane Hertel
c58c0b8547
[aws] Fix check mode bug in ec2_key ( #45320 )
...
Fix incorrect ec2_key check-mode behavior when a key already exists and key_material has been provided
2018-10-22 09:28:07 -04:00
Trishna Guha
9c81634c77
nxos_file_copy fix for binary files ( #46822 )
...
Signed-off-by: Trishna Guha <trishnaguha17@gmail.com>
2018-10-22 15:41:18 +05:30
cahlchang
6bd4665c4e
add ec2_instance example docs ( #47386 )
...
* add ec2_instance example docs
* duplicate text
2018-10-22 08:11:31 +10:00
jfpanisset
fc516633a2
refresh_inventory doc typo ( #47402 )
...
Fix typo in example for usage of refresh_inventory meta task
2018-10-22 07:59:24 +10:00
Abhijeet Kasurde
cf2af97b78
rabbitmq_plugin: refactor logic ( #46597 )
...
* Docs update
* Example update
* Refactor logic
Fixes : #29196
Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>
2018-10-21 16:14:25 -04:00
Dag Wieers
6f9c6071e5
psexec: Handle socket errors (Connection timeout) ( #47201 )
...
* psexec: Handle socket errors (Connection timeout)
This ensures we get a nicer error message from psexec.
* Add changelog fragment
2018-10-22 05:32:06 +10:00
Vipul Kanade
06d23019e7
VMware: Add check for timezone variable (windows customization) ( #47135 )
...
* vmware_guest.py: check if value for windows customization with timezone is integer, before proceeding.
2018-10-20 21:35:48 +05:30
Petr Ruzicka
0bb3205dee
with_items should not be used any more - using loop instead ( #47363 )
2018-10-19 12:32:58 -07:00