Sloane Hertel
b42c7f4512
[iam_role] A hyphen with nothing following becomes [None] rather than []. Fix example syntax. ( #45742 )
2018-09-17 14:32:15 -04:00
Sloane Hertel
d7ca3f2bd3
ec2_group: fix regression for targets that are a list containing strings and lists ( #45594 )
...
* Fix targets that may be a list containing strings and lists which worked prior to 2.6.
* Add ec2_group integration tests for lists of nested targets
* changelog
* Add diff mode support for lists of targets containing strings and lists.
2018-09-17 14:31:41 -04:00
Lingxian Kong
cf1e0bde99
os_loadbalancer: support to create populated load balancer ( #44619 )
...
The user can use os_loadbalancer module to configure a fully functional
load balancer by specifying the sub-resources definition in the module,
rather than combining os_listener, os_pool and os_member modules.
2018-09-17 14:10:03 -04:00
Dag Wieers
a7a99c5fd4
reboot: Fix typo and support bare Linux systems ( #45607 )
...
* reboot: Fix typo and support bare Linux systems
This fixes a problem for bare Linux systems that do not support 'who -b' or 'uptime -s'.
* Accumulate stdout and stderr information
2018-09-17 14:04:03 -04:00
Nathaniel Case
21ff9c6a4a
Add initial napalm connection plugin ( #45224 )
...
* Add initial napalm connection plugin
* Fix review comments
2018-09-17 12:53:57 -04:00
Nathaniel Case
917fcb9c55
These won't get upgraded to bool if ansible doesn't know they are ( #45736 )
2018-09-17 11:34:57 -04:00
John R Barker
78201d1c32
Allow removed_in: 2.12 ( #45732 )
2018-09-17 10:54:00 -04:00
David Passante
05328ebf21
Cloudstack: fix support for some VPC service capabilities ( #45727 )
...
* Fix support for VPC capabilities such as redundant routers or region level VPC
* Add integration test cases for "region level VPC" and "distributed router" capabilities
2018-09-17 16:08:16 +02:00
Kamil Wilczek
78e9f452a5
Simplify PPA installation for Ubuntu ( #45690 )
...
Adds the `--update` flag to automatically update the cache and the `--yes` flag to disable the Ansible repo description and skips confirmation dialog. +label: docsite_pr
2018-09-17 08:59:20 -05:00
Nathaniel Case
780dc9c561
There are other instances of transform being used... update them as well ( #45663 )
2018-09-17 08:42:20 -04:00
skylerbunny
a892a6ef03
Add undocumented configuration parameter and explain in porting guide ( #36059 )
...
* Add undocumented configuration parameter and explain in porting guide
2018-09-17 12:08:25 +01:00
John R Barker
e94a9401c3
BOTMETA: Only notify sivel & gundalow on code changes to validate-modules ( #45716 )
2018-09-17 08:56:44 +01:00
Nilashish Chakraborty
dbb76c079d
Added github alias to team networking and vyos ( #45711 )
2018-09-17 08:54:06 +01:00
Rémy Léone
66f03827d6
Add a netbox dynamic inventory plugin ( #45347 )
2018-09-16 15:13:56 +01:00
René Moser
00d04ef757
twilio: fix multi to_number support ( #44878 )
...
* twilio: fix multi to_number support
* use json helper
2018-09-16 08:38:25 +02:00
Dag Wieers
1b4a197eb6
Add ACI dev_guide for $team_aci
2018-09-15 19:28:55 +02:00
Matt Martz
07b2698c03
Add new expand_shell argument for run_command, to disable expanding shellisms ( #45620 )
...
* Add new expand_shell argument for run_command, to disable expanding shellisms. Fixes #45418
* s/expand_shell/expand_user_and_vars/g
2018-09-14 16:07:11 -04:00
Ken Dreyer
e46ce1619f
add docstring for ansible.inventory.helpers.get_group_vars
...
Document the expected parameter type and return type of
get_group_vars().
2018-09-14 16:02:45 -04:00
julianladisch
5adcaf4538
Suggest full fingerprint for apt_key. ( #44697 )
...
* Suggest full fingerprint for apt_key.
Background: https://gwolf.org/node/4070 (Gunnar Wolf: Stop it with those short PGP key IDs!)
I've put the full fingerprint into the examples.
* avoids the phrase 'best practice'
2018-09-14 14:50:46 -05:00
Anil Kumar Muraleedharan
4ec317ceca
Lenovo doc update ( #45483 )
...
* Merge issue
* Update cnos_rollback.py
* Updating license for the refactored method
* Update cnos_rollback.py
* Removing the BSD License as suggested by Legal
* To add Documentation for ENOS as well as CNOS
* Merge issue
* Revert "To add Documentation for ENOS as well as CNOS"
This reverts commit 80e6e39054be0c3a8f95d16dc39ca9d93baf8c4b.
* Adding Docs for ENOS and CNOS
* Update cnos.py
* Update cnos_rollback.py
* Update cnos.py
* Update platform_cnos.rst
* Update platform_enos.rst
* Removed version 2.7
* Removing 2.7
2018-09-14 15:23:57 -04:00
Jon Cormier
7aaa5da41d
[aws_ssm_parameter_store] use describe_parameters paginator ( #45632 )
...
Fix the service reaching an internal limit while processing the results and returning unexpected data
2018-09-14 15:17:15 -04:00
lwm
1d754b43de
Linode: clarify how to create/delete linode machines with linode_id
. ( #45659 )
...
* Attempt to explain `linode_id` a bit better.
Don't include in any example that creates a Linode.
Based on comments in
> https://github.com/ansible/ansible/issues/45403#issuecomment-419752856
* Add simple creation example. Show how to pass `linode_id`.
2018-09-14 15:10:32 -04:00
Matt Clay
e7426e3795
Minor cleanup of code-smell tests. ( #45658 )
...
* Minor cleanup of code-smell tests.
* Add exception handling for YAML load.
2018-09-14 11:12:06 -07:00
Maugli
235b11f681
Return correct version on installed VyOS ( #39115 )
...
* Return correct version on installed VyOS
Previously existing regexp will shows only "VyOS" without numeric output of router version.
For example: from "Version: VyOS 1.1.6" only VyOS will be written in ansible_net_version variable
For more informative output numeric value should be returned as well
* Fixed unittests
2018-09-14 22:51:30 +05:30
Matt Martz
829f48e3f5
Flip default for AGNOSTIC_BECOME_PROMPT ( #45563 )
...
* Flip default for AGNOSTIC_BECOME_PROMPT
* simplify AGNOSTIC_BECOME_PROMPT porting guide entry
* clarify AGNOSTIC_BECOME_PROMPT changelog entry
* fixes version typo
* uses alternate wording (rather than escaping *)
2018-09-14 11:16:13 -05:00
Martin Krizek
d383d87b22
include_vars: fix checking for a string in ignore_files
2018-09-14 11:18:00 -04:00
Michael Scherer
a1e2f1bf73
[voss_facts] remove uneeded global declaration of variable warnings ( #45653 )
...
Since the variable is used only once, no need to declare it global.
Remove a warning from linter (lgtm.com)
2018-09-14 10:39:41 -04:00
Deaton64
3782a236ba
Update azure_rm_trafficmanagerprofile.py examples ( #45649 )
...
Wrong module name used in examples. changed `azure_rm_trafficmanager` to `azure_rm_trafficmanagerprofile`
2018-09-14 09:48:11 -04:00
John R Barker
822236810e
BOTMETA Validator + Bulk tidyup, support:(core,community,network) ( #44903 )
...
plugins/ is COMMUNITY
Set sensible defaults for directories
support:network for the platforms that we Networking SUPPORTS,
everything else is COMMUNITY
Mark other support:network (ansible-connection, etc)
Infoblox is support:core
contrib/ by definition should be support:community
Remove duplicated labels
Make yamllint happy(ier)
Adds sanity test to ensure BOTMETA.yml is valid
2018-09-14 12:33:23 +01:00
Dag Wieers
e038338e9f
Improvements to structure
2018-09-14 09:24:08 +02:00
Jacob McGill
78d7769bd9
ACI: Move dev_guide from Wiki to Ansible docs
2018-09-14 09:24:08 +02:00
Michael Scherer
518f80c3fb
[module_utils/aws/urls] remove assigning variable itself ( #45612 )
...
Flagged by lgtm.com
2018-09-13 17:42:04 -04:00
Xyon
8d6522c671
Update mysql_db.py ( #41317 )
...
Add note to inform that mysql_db is not idempotent when state is "import".
+label: docsite_pr
2018-09-13 17:31:45 -04:00
Michael Scherer
ede3a8cee1
Fix formatting for the error on azure_rm_appserviceplan_facts ( #45613 )
...
Since there is only 1 argument, {1} can't work since that's the
2nd argument for format. Flagged by lgmt.com
2018-09-13 17:00:21 -04:00
Tim Rupp
5a3a865ca0
More bigip software fixes ( #45633 )
...
Fixes problems related to token timeout. Adds cleanup of tokens.
2018-09-13 15:58:17 -04:00
Brian Coca
ddb3764039
avoid empty groups in json output ( #45621 )
...
they get confused as hosts by script plugin
fixes #45601
2018-09-13 15:38:52 -04:00
Tim Rupp
e619052424
Fixes multiple lgtm issues ( #45629 )
...
Most of the issues were just inclusions of code that were not used.
This cleans those up. Other alerts were semi-false-positives for now
2018-09-13 15:26:17 -04:00
Matt Martz
e68f895e61
Support empty files with piped transfer_method. Fixes #45426 ( #45618 )
2018-09-13 13:53:36 -05:00
Vibhav Sinha
e26d758d6f
fix gce_backend_service examples for healthchecks ( #31134 )
...
gce_backend_service module expects healthchecks to be an array of string. The previous example incorrectly mentioned healthchecks as an array of objects each containing a `name` key.
2018-09-13 13:47:43 -05:00
Garfield Lee Freeman
f5c35bc7f9
updating modules/network/panos reviewers ( #45622 )
2018-09-13 19:17:53 +01:00
Kevin Breit
3b38bf377e
meraki - Remove YAML formatting on JSON code block ( #45526 )
...
* Remove YAML formatting on JSON code block
2018-09-13 13:16:32 -05:00
Pilou
9984c0fd40
hashi_vault lookup: add integration tests ( #44814 )
...
* hashi_vault lookup: add integration tests
* hashi_vault lookup tests: use ansible-ci-files
2018-09-13 19:13:57 +01:00
Dag Wieers
afea00fa9f
Improve the local toctree (and title) ( #45590 )
...
Make toctree for Windows dev guide local, remove 'Ansible' from the title, since
this documentation is about Ansible.
2018-09-13 13:12:43 -05:00
Tim Rupp
34d08adea0
Fixes lgtm alert ( #45619 )
...
Alert was for an include that was not used.
https://lgtm.com/projects/g/ansible/ansible/latest/files/lib/ansible/modules/network/f5/_bigip_facts.py?sort=name&dir=ASC&mode=heatmap&showExcluded=false#L98
2018-09-13 13:45:55 -04:00
Dag Wieers
6999bf318f
Fix link and toctree ( #45595 )
2018-09-13 12:38:49 -05:00
Michael Scherer
de84a05bf4
Remove unused import iControlUnexpectedHTTPError ( #45611 )
...
Since that's unused in the code, no need to import it.
This got flagged by linter
2018-09-13 13:16:23 -04:00
Anton Nikulin
b7263eab1d
Store Authorization header inside HttpApi connection plugin ( #45598 )
2018-09-13 19:34:30 +05:30
Nathaniel Case
285b927889
network command modules cleanup ( #45242 )
...
* Standardize _command modules
* Centralize command transformation process
* Fix check mode error test
2018-09-13 08:55:35 -04:00
Zim Kalinowski
df768914a1
adding sql firewall rule facts ( #45059 )
2018-09-13 17:54:58 +08:00
Strahinja Kustudic
8d8df46fe6
Add an error message if a pkg cannot be removed, fixes #35672 ( #40723 )
2018-09-13 02:54:38 -04:00