Commit Graph

21489 Commits (6fe9a5e40cfaf2a2ed1512232e4ebdb2dc94de44)
 

Author SHA1 Message Date
Toshio Kuratomi 405dca1abe Update submodule refs 10 years ago
Brian Coca 2bb7feec6d Search path (#16387)
* smarter function to figure out relative paths

takes list of paths in order of relevance to current task
and does the dwim magic on them

* shared function for action plugins using new dwim

unify path construction and error info/messaging
made include and role non exclusive
corrected order and now smarter about tasks
includes inside roles are currently broken as they don't provide the correct role data
make dirname full match to avoid corner cases

* migrated action plugins to new dwim function

reported plugins to use exceptions instead of info

* clarified needle
10 years ago
Matt Clay e04d552bc6 Run shippable tests in unprivileged containers. (#16481)
* Run shippable tests in unprivileged containers.
10 years ago
Brian Coca d843e5a79d removed unused boolean 10 years ago
Brian Coca 9abdb1bb7c added skipped_reason for verbosity not met
fixes http://github.com/ansible/ansible-modules-core/issues/4062
10 years ago
Matt Clay f1e1558f4f Unpin yamllint now that version 1.3.2 is out. (#16479)
The newer version of yamllint fixes the UnicodeEncodeError
which previously required pinning the version to 1.2.2.
10 years ago
jctanner 4ba60d00c8 Refactor the parameter splitting in ini lookup to handle more path formats (#16477)
Refactor the parameter splitting in ini lookup to handle more path formats.

Fixes #16468
10 years ago
Adrian Likins a1c21f8400 Fewer deps for 'make webdocs' from top level
Previously it also built the MANPAGES target
requiring asciidoc and libxml, before starting
a 'make docs' in docsite.

Also change the #! line in
hacking/dump_playbook_attributes.py to not specify
python2... yet.
10 years ago
Brian Coca 3afe50dfe2 push unicode handling into unfrack 10 years ago
Brian Coca bae988ee9b fix path utils 10 years ago
Andrew b75fccb475 Noticed a typo (#16474)
Only major typo on document. Several terms that are not ideal English words.
10 years ago
Lars Fredriksen 4b5203c5fb add holders to partitions (#16446)
* add holders to partitions

* make holder gathering a function
10 years ago
James Cammarata af249b83e6 Don't modify the original task ds when preprocessing data
In the case of using YAML anchors/aliases, YAML actually uses references
to the duplicated object so any modifications to the original impacts
later uses of the object.

Fixes #13575
10 years ago
Matt Clay 394430a61e Switch test_lookups to badssl/local testing. (#16466)
* Switch test_lookups to badssl/local testing.
* Use var for checking badssl host content.
10 years ago
Matt Davis 1e628761a2 Merge pull request #16465 from nitzmahone/no_mustaches_docfix
update conditional docs to clarify no mustaches required
10 years ago
nitzmahone ca183c5bd8 update conditional docs to clarify no mustaches required 10 years ago
Matt Clay 81a49912b0 Pin yamllint to 1.2.2 to avoid issues in 1.3.0. (#16464)
This also moves shippable test requirements to external files.
10 years ago
Scott Mcdermott 007c20a28b Add missing {cache,inventory}_plugins to ansible.cfg (#16463) 10 years ago
Pilou b361bf90d7 Lookup password omit salt (#16361)
* Lookup unencrypted password must not include salt
* Integration test lookup: remove previous directory
* Test that lookup password doesn't return salt
* Lookup password: test behavior with empty encrypt parameter

Closes #16189
10 years ago
nitzmahone 7ba71fc2d2 CHANGELOG update for win_setup changes 10 years ago
nitzmahone 60a8af95a5 bump core submodule ref 10 years ago
Brian Coca 1b7b1ca15e if seconds are specified, min is 1 10 years ago
Peter Sprygada d83962d3f5 Merge pull request #15992 from ogenstad/asa
Module util, template action and doc fragment for Cisco ASA
10 years ago
Matt Clay 1b29c87936 Test ansible version and ping during sanity tests. (#16441) 10 years ago
Matt Clay c2a5cb6174 Fix junit callback plugin for Python 2.6. (#16440) 10 years ago
James Cammarata 04fca42b62 Fixing issues with getattr caused by 5a3493b 10 years ago
James Cammarata 25866e7219 Adding the release playbook 10 years ago
Toshio Kuratomi 9330edd6b9 Update submodule refs 10 years ago
Matt Clay 91883fb6b9 Revert "Enable Shippable email notifications. (#16429)"
This reverts commit 5fdcc2f2b0.
10 years ago
YueMing Qin 310692abe0 Changes to be committed: (#16430)
renamed:    lookup_pipe.py -> lookup_pipe.yml
10 years ago
Matt Clay 5fdcc2f2b0 Enable Shippable email notifications. (#16429) 10 years ago
Matt Clay ca3aba72fc Add Slack notifications for Shippable. (#16428) 10 years ago
nitzmahone 1f92ade584 add integration test to assert included tasks run in proper order 10 years ago
Peter Sprygada 32b605f603 Merge pull request #16422 from privateip/network
bug fix changes Config class in network to only raise exceptions
10 years ago
Peter Sprygada 02902325b4 Merge pull request #16424 from privateip/vyos
initial commit of vyos shared module with Cli transport
10 years ago
James Cammarata 948682dbe2 Fix off-by-one error with retries
Fixes #16408
10 years ago
James Cammarata 3e4755f7e4 Remove unnecessary role initialization and lookup stuff
* Remove unnecessary copying of values from parents to role deps, as
  this can cause problems when roles have multiple parents (or the same
  parents with different params speficied through deps)
* Since we're already checking the dep chain in the block for role
  things (which every task in a role should have), it is not necessary
  to check the role directly in case it improperly grabs something

Fixes #14438
10 years ago
nitzmahone ac04ffb9b1 apply @zazard's fix to parent attribute lookup 10 years ago
Peter Sprygada 77922f82e2 initial commit of vyos shared module with Cli transport
This adds support for the VyOS network operating system using the
Cli transport.   This module will simplify building VyOS based
modules in Ansible
10 years ago
Bill Nottingham c117b9d79b Update intro_configuration.rst (#16416)
Fix callback plugin path (per lib/ansible/constants.py)
(cherry picked from commit e877ea7f2b)
10 years ago
James Cammarata c24c0f5f6b Properly wrap objects using json default encoder
Our custom encoder for the to_json filter was simply returning the
object if it was not a HostVars object, leading in some cases to a
TypeError when the data contained an undefined variable. This lead
to an odd error message being propagated up, so we now properly catch
this as an undefined variable error.

Fixes #15610
10 years ago
Brian Coca dae0b833f5 updated man page with new pull options 10 years ago
w1r0x 7d24e6e95c Fixes #12309 (#14121) 10 years ago
James Cammarata 3ea3fa8d46 Merge pull request #14639 from ivovangeel/find_mount_point-bug
Fixed bug in find_mount_point function
10 years ago
Matt Clay 8a55a446bf Fix fedora23 Dockerfile after fedora:23 updates. 10 years ago
nitzmahone 5f9ca67685 bump extras submodule ref for test failures 10 years ago
nitzmahone 76633ddc4c bump submodule refs 10 years ago
James Cammarata 7c27f72515 Merge pull request #14356 from mludvig/session_token
Add support for AWS_SESSION_TOKEN environment variable. (trivial patch)
10 years ago
Brian Coca f4c1d749b6 added missing plugins 10 years ago
Pedro Salgado 43e913f994 fixed plugin directories (#16377) 10 years ago