Commit Graph

33381 Commits (39f590523f3cf0af69e143a40201b2d346c19c16)
 

Author SHA1 Message Date
Jordan Borean 39f590523f Fix fetch when retrieving a file with a multiple of the buffer size (#33697)
* Fix fetch when retrieving a file with a multiple of the buffer size

* fixed sanity issue

(cherry picked from commit 6e4c690a37)
8 years ago
Toshio Kuratomi 109471cb7f Remove files from legacy that pass now that W503 is ignored 8 years ago
John R Barker c7a903c34b Ignore W503 in stable-2.4 (#33716)
* Ignore W503

To avoid backporting from devel (2.5) to 2.4 any code that may fail pep8
backport the current-ignore change.
8 years ago
Toshio Kuratomi 298255095d Fix Command module documentation
The command module docs were unclear.  They talked about ignoring the user's environment which lead people to believe the user's environment variables were not used.  In actual fact, the user's environment variables are used.  They just are not expanded in the command.

(cherry picked from commit 824ec37a4f)
8 years ago
s-hertel 6a6ae0cede loop doesn't exist in 2.4 8 years ago
Toshio Kuratomi 132d6fe78c Add environment on loop fix 8 years ago
Sloane Hertel f2bf74991e Fix using loops with environment and add tests (#32796)
(cherry picked from commit 7bb35e8781)
8 years ago
Toshio Kuratomi dc788f1377 Add ansible_python_interpreter fix to changelog 8 years ago
Toshio Kuratomi 5435c7a9cb Add letsencrypt python3 fix to changelog 8 years ago
bverschueren c1567c0222 python3 support for letsencrypt module (fixes #30690) (#32734)
*   python3 support for letsencrypt module (fixes #30690)
  * initialize result to a dict in some methods to prevent 'NoneType is not iterable' TypeError
  * use dict.get() to retrieve values from info dict to prevent KeyError
  * convert to/from text/bytes using _text methods for PY3 support

(cherry picked from commit 3a634058f3)
8 years ago
Andreas Olsson aaf7bf8fc9 Only expose rekey options to ansible-vault command
`ansible-vault` is the only cli command which knows how to handle the
rekey options `--new-vault-id` and `--new-vault-password-file`. No
point in exposing those rekey options to any of the other ansible
commands.

On a practical level I think this matters most in ensuring that
`--help` doesn't produce any false/unhelpful output.

(cherry picked from commit b78ab37a94)
8 years ago
Brian Coca fcd6731113 report correct file for callback
(cherry picked from commit d850992526)
8 years ago
Toshio Kuratomi 07021a36fe New release v2.4.3.0-0.1.beta1 8 years ago
Jordan Borean e4c2872b7f updated changelog with win_copy fix 8 years ago
Alexey Shumkin b9fc9adc44 fixed: win_copy failure from a VirtualBox share to a local path (#33576)
(cherry picked from commit f13656782a)
8 years ago
Toshio Kuratomi 2627b3153e Add nxos fix to changelog 8 years ago
Trishna Guha 4550dbc9dc nxos_vrf_interface fix (#33249)
Signed-off-by: Trishna Guha <trishnaguha17@gmail.com>
(cherry picked from commit 7b19c28438)
8 years ago
Brian Coca f78a60aaa6 ensure quote runs on text
fixes #33260

(cherry picked from commit 65ffb92bff)
8 years ago
Toshio Kuratomi ef7cea1f89 Update changelog for more bugfixes 8 years ago
Trishna Guha 790e290b6b loopback doesn't support passive_interface (#33252)
Signed-off-by: Trishna Guha <trishnaguha17@gmail.com>
(cherry picked from commit 25a465ffcb)
8 years ago
Brian Coca 8b05ac687c correctly document random doc range (#33308)
* correctly document random doc range

fixes #33226

* Edited for clarity.

(cherry picked from commit 08f1d1972e)
8 years ago
Jiri Tyr de6b3eff4e Unifying wording and formatting of all include and import modules (#31938)
* Unifying wording and formatting of all include and import modules

* Changes based on comments from dharmabumstead

* Removed instances of the term ‘Ansible Engine’

* Removed instances of term ‘Ansible Engine’

* Updated term

* Updated wording

* Updated wording

* Removed the term ‘Ansible Engine’

(cherry picked from commit 283fee90a7)
8 years ago
Toshio Kuratomi 5c8423658a Add changes to changelog 8 years ago
Andreas Olsson e295a93f07 Add --vault-id support to ansible-pull
Without this additional code snippet `ansible-pull` will still accept
the `--vault-id` option. It just won't pass the option along when
invoking `ansible-pull`.

(cherry picked from commit 7bd54a51e2)
8 years ago
Zbigniew Jędrzejewski-Szmek d4be600328 Add dnf and yum commands in "Installation" section (#33369)
* Add dnf and yum commands in "Installation" section

Even though the command is very simple, it's good to be able to c&p it.
There were already commands for apt, emerge, pip, even direct installation
from git, so adding Fedora/RHEL/CentOS examples is reasonable.

Since yum is not installed by default on any supported Fedora releases
(F26 and F28 currently), recommend dnf.

* Tiny edit

(cherry picked from commit 4c29396217)
8 years ago
Robert de Bock cd246d0f45 Update github_release.py (#33390)
Documentation fix. The module "github" does not exist.

(cherry picked from commit 81ea114bff)
8 years ago
Patrick Ogenstad 3608c708ea Fix 'save' parameter in asa_config (#32761)
(cherry picked from commit 53c5e5bf5a)
8 years ago
Martin Krizek c40dff2108 Add free strategy fix to the changelog 8 years ago
Martin Krizek ada8453271 Fix include in loop when stategy=free (#33094)
(cherry picked from commit 3a2a1e054f)
8 years ago
Matt Clay 60bf72d69e Limit pytest < 3.3.0 for python 2.6.
(cherry picked from commit 58286ef93b)
8 years ago
Matt Clay 2b9dd23377 Limit paramiko to < 2.4.0 for python 2.6.
(cherry picked from commit 5f5e150771)
8 years ago
Matt Clay c422d7a8c6 Update FreeBSD completion for ansible-test.
(cherry picked from commit 73132d3906)
8 years ago
Matt Clay b336c06a42 Update FreeBSD versions used in CI.
(cherry picked from commit 6988d32da2)
8 years ago
Sam Doran bcbc9fcf31 Update CHANGELOG 8 years ago
Jacek Tomasiak 6a67aee3da Add python level locale handling back (#31339)
locale.setlocale() call removed in 6b5291d68f
is actually needed by time.strptime(). AnsibleModule() changes both: environment
variables and python level locale settings so both need to be reset.

(cherry picked from commit fd4a6cf7ad)
8 years ago
Martin Krizek 5340da2a7d selinux: check if policy exists before switching (#31834)
* selinux: check if policy exists before switching

* Check the policy dir

(cherry picked from commit 0592fd47bc)
8 years ago
R. Francis Smith f0741ecaa0 updated pamd rule args regexp to match file paths also (#33432)
* Added . and / to rule args regexp

Things like pam_echo.so file=/etc/foo.txt weren't being matched and
causing incorrect change counts.  Adding / and . fixed that.

Fixes #33351

(cherry picked from commit e957760d52)
8 years ago
Toshio Kuratomi e3a8bf02ac New release v2.4.2.0-1 8 years ago
Toshio Kuratomi 5d5b5d5a80 Update version info for the 2.4.2 release 8 years ago
Toshio Kuratomi 880cb223b7 New release v2.4.2.0-0.5.rc1 8 years ago
Toshio Kuratomi f10404335d Add last minute bugfixes and doc updates for rc1 8 years ago
Mike Wiebe 9845e5a018 Use show command to support wider platform set for nxos_interface module (#33037)
* Use show command to support wider platform set

* Fix unit tests

(cherry picked from commit 95a2140f4b)
8 years ago
Strahinja Kustudic b0e5e108dd Add changes to succeeded/failed tests to the 2.4 porting guide (#33201)
* Add changes to succeeded/failed tests to the 2.4 porting guide

* Edit for grammar and clarity

(cherry picked from commit 673ec2cb78)
8 years ago
Josh Soref 85fa06713d Docs (#32718)
* Windows

* Oxford comma

* defaults to

* periods

* none in see also
* after etc.
* at end of definition
* not doubled

* Ansible

* authenticate

* verifies your

* to configure

* past tense agreement

* Spelling: CoreOS

* only use instead once

* backticks for file path

* not to be

* onward
8 years ago
Matt Clay 5fa8480a61 Use an abspath for network inventory ssh key path.
(cherry picked from commit 1ee511f82c)
8 years ago
Matt Clay 51d21b0f41 Update vyos completion in network.txt.
(cherry picked from commit 3a6fad38fa)
8 years ago
Matt Clay 5866aac64b Use vyos/1.1.8 in CI.
(cherry picked from commit 887f227994)
8 years ago
Brian Coca 689065924a restore hostpattern regex/glob behaviour
they are back to matching both groups and hosts when they are a glob/regex

fixes #32906

(cherry picked from commit e50f931cf3)
8 years ago
Matt Davis b911186024
Ensure that readonly result members are serialized (#33170)
* fix for breaking metadata change in various Azure Python SDK bits; some members were marked `readonly` for validation, which the default msrest serializer ignores. Added `keep_readonly` flag to serializer call to ensure they're preserved.
(cherry picked from commit 70e351036d)
8 years ago
Matt Davis 832c8e5f09
removed superfluous `type` field from RecordSet constructor (#33167)
* fixes breaking change in Azure DNS Python SDK 1.2.0
* no apparent functional change (the arg appears to have been superfluous all along)
(cherry picked from commit 64f4132571)
8 years ago