Felix Fontein
2bd8e47247
add acme_inspect module ( #48444 )
2018-11-30 08:26:18 +01:00
rajaspachipulusu17
fe147289b7
Pluribus Networks pn access list module ( #49176 )
...
* Pluribus Networks pn access list module
* Added shlex import which was missing and added correct author
* Added an extra space which is according to pep8
2018-11-30 12:40:43 +05:30
Sofiane Medjkoune
ec73af1d78
Removed the unused argument description from lxd_container module ( #31440 )
2018-11-30 01:59:34 -05:00
Abhijeet Kasurde
3141fda6b4
Misc typos in ce action plugin ( #49348 )
...
Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>
2018-11-30 11:50:00 +05:30
Yunge Zhu
be28794dfc
fix keyvault key secret not support cloud environment ( #49182 )
2018-11-30 14:08:31 +08:00
Monty Taylor
824c72da5f
Set play context on stdout callback plugin ( #35910 )
...
The loop on self._callback_plugins does not include the stdout callback,
so the stdout_callback never has set_play_context called.
2018-11-29 23:15:56 -05:00
Gaël Lambert
ad7798c26a
Add the ability to download a specific version of an S3 object ( #47867 )
...
Add the ability to download a specific version of a S3 Object
Fixes : #47864
2018-11-30 08:59:12 +05:30
Florian Pracht
eb410a9987
Run patch command with --check option instead of --dry-run to support older BSDs ( #42168 )
2018-11-29 21:53:53 -05:00
Dag Wieers
bc481c2500
PSRP: Improve default logging to ansible.log ( #47645 )
2018-11-29 18:18:39 -08:00
Dag Wieers
01d66d4431
WinRM: Improve default logging to ansible.log ( #49308 )
2018-11-29 18:18:18 -08:00
Tomáš Pospíšek
434c421675
improve usage example of tempfile module ( #47933 )
...
* Show in example how to use file created by tempfile module
2018-11-29 16:24:58 -06:00
Chris Archibald
73348ae32d
Fixes for na_ontap_cluster_peer ( #48329 )
...
* Fixes for na_ontap_cluster_peer, incorporating review comments, version, etc.
2018-11-29 16:22:02 -06:00
Laurent G
655b27f571
VMware: Add a pointer on how to get possible values. ( #48658 )
...
* Add a pointer on how to get possible values for VMware host config manager
2018-11-29 16:19:21 -06:00
Jordan Borean
d9ca78c542
update docs on runas become ( #48149 )
...
* update docs on runas become
* Added example win_whoami output and removed some 2.5 mentions
2018-11-29 16:17:59 -06:00
Kevin Breit
a9d68f3d52
Meraki scenario guide - describe how to merge new data with old data ( #48999 )
...
* Described how to merge new data with old data in the Meraki guide
Co-Authored-By: kbreit <kevin.breit@kevinbreit.net>
2018-11-29 15:42:10 -06:00
Alicia Cozine
02baae6e99
revises inventory intro page ( #49330 )
...
* revises inventory intro page
* changes :doc: to :ref: for links
2018-11-29 16:33:29 -05:00
Felix Fontein
3726d467ec
Code style adjustment. ( #49329 )
2018-11-29 21:57:32 +01:00
Monty Taylor
2e8f166b8a
Add comment about group merge in yaml inventory example ( #24986 )
...
* Add comment about group merge in yaml inventory example, w/bcoca feedback
2018-11-29 14:22:48 -06:00
Alicia Cozine
e700309618
Refine plugin docs ( #49324 )
...
* local TOCs, anchors, better headings, :ref:-not-:doc: links on all plugin pages
2018-11-29 14:03:00 -06:00
Brian Coca
8461321a6a
clarify registered vs facts ( #45432 )
...
* clarify registered vs facts
fixes #45411
* wordsmithing
2018-11-29 15:00:36 -05:00
martinwangjian
d1816d4908
grafana_datasource: Add CloudWatch as grafana datasource type ( #48174 )
2018-11-29 20:58:49 +01:00
Matt Martz
77befcf5d7
Do not allow addressing an import from handlers via notify. Fixes #48936 ( #49317 )
2018-11-29 13:50:07 -06:00
Brian Coca
7f04ee1eb4
corrected action plugin docs ( #49321 )
...
fixes #49277
2018-11-29 14:44:16 -05:00
Dusan Matejka
a9aa1053a8
zabbix_template: fixed idempotency issues ( #49188 )
2018-11-29 20:38:32 +01:00
Paul Neumann
a914f494a8
ios_facts: Gather CDP neighbor data ( #49129 )
...
* ios_facts: Gather CDP neighbor data
* ios_facts: Create tests for ansible_net_neighbors
2018-11-29 14:05:17 -05:00
Ryan Brown
a51eca364f
New module: AWS EC2 Launch Template ( #46972 )
...
* Add launch template integration tests
2018-11-29 13:59:10 -05:00
Isakov Anton
5a7f2b6b08
Update elb_application_lb_facts.py ( #48983 )
...
<!--- Added example how to see the facts about specific ALB -->
2018-11-29 11:38:46 -05:00
Brian Coca
24e4d26b72
added missing github id
2018-11-29 10:48:38 -05:00
David M Noriega
0922a6566d
Adding note on async+check mode incompatibility ( #41427 )
...
Fixes ansible/ansible#40991
2018-11-29 10:33:43 -05:00
Amy Buck
392a12589e
Update dellos10_command.py ( #48167 )
...
<!--- Your description here -->
Updated Dell OS10 to Dell EMC OS10
2018-11-29 10:29:15 -05:00
spike77453
bd35069495
Non-existent RR returns empty string ( #40680 )
2018-11-29 14:58:16 +00:00
Pilou
62c05033d6
templar: ensure that exceptions are handled, fix 'AttributeError' ( #48792 )
...
* templar: ensure that exceptions are handled
* Fix AttributeError: object has no attribute 'message'
'message' attribute is deprecated since Python 2.6 and not available
with Python 3.
Simple reproducer:
- hosts: localhost
vars:
not_json: "{{ 'test str' | from_json }}"
tasks:
- command: "echo {{ not_json }}"
2018-11-29 09:56:23 -05:00
jpdasma
37f66ee15b
Fix reboot plugin not working in Illumos/Solaris ( #48986 )
2018-11-29 09:54:51 -05:00
Sam Doran
8f9ced4005
Improve log message ( #49004 )
...
This is the only connection plugin that doesn't state explicitly what it is in the log.
2018-11-29 09:53:26 -05:00
Douglas Fraser
d6d16fa619
Extend DMI form factors list to match SMBIOS standard 3.2.0 (2018-04-26) ( #42239 )
...
Signed-off-by: Douglas Fraser <doug+git@idmf.net>
2018-11-29 09:16:32 -05:00
fdeschamps
faed1bbd96
ignore empty lines in rabbitmqctl output ( #43722 )
...
* ignore empty lines in rabbitmqctl output
this fixes a bug with rabbitmq 3.7.5
rabbitmqctl can return empty lines, breaking the rabbitmq_parameter module
especially in a new vhost, the command rabbitmqctl list_parameters -q -p <vhost> will return an empty line
* Strip empty line in rabbitmqctl output
2018-11-29 13:55:05 +00:00
Ryan Brown
af6427bf40
VPC peer module unhandled exception on bad peering ID ( #45306 )
...
* Improve error handling for VPC peer module when a bad peering-id is specified
* changelog
2018-11-29 08:54:16 -05:00
Ryan Brown
7f7c059a04
ec2_asg: Retry Autoscaling Group delete calls when scaling activity is in progress ( #46124 )
...
* Retry delete calls when scaling activity is in progress
* changelog
2018-11-29 08:42:55 -05:00
joaocpinto
bbab4c1b49
Cast int for expire field to avoid call failure to sensu API ( #33239 )
2018-11-29 12:30:59 +00:00
Corey Wanless
6cd321ed8e
sets admin_password to no_log ( #46604 )
2018-11-29 12:17:15 +00:00
John Nelson
571749f3ed
ec2_vpc_nacl: Don't default name into Name unless able ( #48889 )
...
This fixes ansible/ansible#issues/48832
2018-11-29 09:52:17 +00:00
Felix Fontein
1e0ab16247
Add basic unit tests for module_utils/acme.py. ( #49103 )
2018-11-29 09:32:15 +00:00
Alan Rominger
729c3a6767
Fix error where pod has error and no containers ( #49154 )
...
k8s: Fix error where pod has error and no containers
2018-11-29 09:17:04 +00:00
Dusan Matejka
7190c73d50
zabbix_hostmacro: Fixed support for LLD type user macros and added missing validate_certs attribute ( #48730 )
2018-11-29 09:15:13 +01:00
Felix Fontein
b842b1b97e
ACME: improve error handling ( #49266 )
...
* Improve error handling: when parse_json_result is False, still return the error message.
* Remove content body from info dict.
* Add changelog.
2018-11-29 09:00:39 +01:00
Ganesh Nalawade
829fc0feda
Fix iosxr netconf plugin response namespace ( #49238 )
...
* Fix iosxr netconf plugin response namespace
* iosxr netconf plugin removes namespace by default
for all the responses as parsing of xml is easier
without namepsace in iosxr module. However to validate
the response received from device against yang model requires
namespace to be present in resposne.
* Add a parameter in iosxr netconf plugin to control if namespace
should be removed from response or not.
* Fix CI issues
* Fix review comment
2018-11-29 13:21:41 +05:30
Olivier BLIN
c51407c806
Fix nxos modules idempotence issue ( #46437 )
...
* nxos_interface vlan and port-channel idempotence fix for mtu
* Fix MTU reconfiguration at each execution
* nxos_interface port-channel idempotence fix for mode (#44248 )
* Fix trunk mode idempotence for port-channel
* Gather ethernet and port-channel code for mode management
* nxos_linkagg port-channel idempotence fix for channel-group's mode
The regex to retrieve channel-group's mode is not enough accurate.
Therefore, the swhitchport mode was matched instead of the
channel-group's mode.
* This fix add accuracy to match the right configuration command
* Add support for switchport mode dot1q-tunnel in nxos_interface
* Fix layer reconfiguration at each execution
2018-11-29 10:23:51 +05:30
Mike Wiebe
af1e6878e9
Fix n3k power supply facts ( #49150 )
2018-11-29 09:29:21 +05:30
Yunge Zhu
ecd995496c
new module: azure_rm_rediscache ( #47914 )
...
* add new redis cache module
* fix version
* fix lint
2018-11-28 15:59:55 -08:00
Sandra McCann
13a6b4a856
Gather subset fix ( #49264 )
...
* reword subset description for ios_facts
2018-11-28 15:33:16 -06:00