Commit Graph

15453 Commits (3ef49844db3c0d1a2d43061150e1ef718bba499d)
 

Author SHA1 Message Date
Toshio Kuratomi 3ef49844db Update core submodule ref 9 years ago
Brian Coca 8f106c9a58 Merge pull request #11078 from Yannig/devel
New lookup plugin : ini
9 years ago
Yannig Perré 07fcb50b9b Porting ini lookup plugin against ansible v2. 9 years ago
James Cammarata 48840ad498 Merge branch 'dmccue-devel' into devel 9 years ago
James Cammarata e2a8a68c85 Cleaning up some debugging/commented code from #11709 9 years ago
dmccue 54bab2c47e fixed issues with output format and order key 9 years ago
dmccue ba6b89a5b1 adjusted output behavior 9 years ago
dmccue 0ab970da98 support for _meta retrieval 9 years ago
James Cammarata d698a767fc Cleaning up some debugging/commented code from #11709 9 years ago
James Cammarata 2e1030763c Merge branch 'devel' of https://github.com/dmccue/ansible into dmccue-devel 9 years ago
Brian Coca a91428c65c Merge pull request #11887 from amenonsen/home
Add missing $
9 years ago
Brian Coca 9635f1468a minor changelog updates 9 years ago
Toshio Kuratomi f1144752c4 Pull in docs fix from core modules 9 years ago
Abhijit Menon-Sen 114070c226 Add missing $ 9 years ago
James Cammarata e7d0c9f820 Re-add vars to Base and standardize var processing
Fixes #11779
9 years ago
Brian Coca ebfd99e307 Merge pull request #8870 from photoninger/spacewalk_organizations
Add support for multiple organizations in spacewalk.
9 years ago
Brian Coca 636f88fd31 Merge pull request #9438 from binarytemple/patch-1
export ANSIBLE_HOME so it can be used in scripts
9 years ago
Brian Coca dbe7a9fe2f Merge pull request #11857 from quinot/bug/playbook-init-comment
Minor comment fix
9 years ago
Brian Coca 08109731f3 minor changelog updates 9 years ago
Brian Coca 3c57018a10 Merge pull request #11778 from Ensighten/add_credstash_plugin
add credstash lookup plugin
9 years ago
Brian Coca d47d0b1d7f now continue/abort mode allows ignoring other input 9 years ago
Brian Coca a555a0652e allow for vars_prompt and pause prompt to be skipped in non interactive settings
ansible-pull users rejoice
9 years ago
Toshio Kuratomi ce52fdebe8 Pull in get_url checksum change 9 years ago
Brian Coca 29cd72b7d8 even simpler condition tree for pause 9 years ago
Brian Coca dc80bc8929 now pause behaves like v1 pause 9 years ago
Brian Coca f7707d8850 brought user_input back to pause 9 years ago
Toshio Kuratomi 00b1a2c865 Restore ValueError in md5 method and change finding the available hash algorithms so we only have to do it once 9 years ago
Brian Coca 15a20e814b added tags back to ansible-pull 9 years ago
Brian Coca 5f0359c119 keep banners at 79 9 years ago
Brian Coca 25e67bb716 text wrap now adapts to terminal 9 years ago
Toshio Kuratomi 80cb69214b Merge pull request #11840 from muffl0n/module_utils_hash_algorithms
Add get_available_hash_algorithms()
9 years ago
James Cammarata d44daf53cc Allow wrapped text in deprecated messages 9 years ago
James Cammarata 5eb092b331 Handle top-level vars for include tasks to match v1 syntax
The "streamlined" syntax will be deprecated at some point in the future.

Fixes #11882
9 years ago
Brian Coca 7062cb3bb7 removed soon to be deprecated role like include syntax 9 years ago
Toshio Kuratomi e16b24c01e Update submodule ref 9 years ago
Toshio Kuratomi e8452c864e Restore the relative path handling portion of #11865 9 years ago
James Cammarata 26d5a17b59 Make sure inventory loads files with non-relative paths
This is a slightly different fix than we originally committed, but fixes
the problem in a less invasive way (and I believe it's generally better
that we don't deal with relative paths internally past this point)

Fixes #11789
9 years ago
Brian Coca b9433650d1 Revert "Path of group_vars and host_vars were getting the basedir added twice."
in view of simpler solution incomming from james
This reverts commit bae7a02be5.
9 years ago
Brian Coca a5e6845c8b Revert "Allow exceptions to pass through the program"
breaks handling constants.py errors gracefully

This reverts commit 59f96d713e.
9 years ago
Brian Coca d1a6cfe6f0 Merge pull request #11798 from daburmistrov/daburmistrov-docsite-any_errors_fatal
add documentation about any_errors_fatal
9 years ago
daburmistrov 7d5026a330 removing confusing parts 9 years ago
Brian Coca 9f156e5550 updated submodule refs 9 years ago
Brian Coca 7bea04141b Merge pull request #11865 from ansible/fix-group_vars_path
Path of group_vars and host_vars were getting the basedir added twice.
9 years ago
Brian Coca 08e6c1d82b avoid possible errors with new broadcast handling in linux 9 years ago
Brian Coca cb2cfaebda started porting chroot to v2 9 years ago
Brian Coca 262c75c253 Merge pull request #10971 from mightydok/debbraoadcastfix
Add missed broadcast address to linux network facts.
9 years ago
James Cammarata 90591782d6 Merge pull request #11869 from charleswhchan/devel
Update README.md
9 years ago
James Cammarata 0034b11e4f Merge pull request #11868 from charleswhchan/patch-1
Update README.md
9 years ago
James Cammarata 151010920d Merge pull request #11867 from willthames/dont_smother_exceptions
Allow exceptions to pass through the program
9 years ago
Will Thames 59f96d713e Allow exceptions to pass through the program
This is useful when using `ipython --pdb -- $(which ansible-playbook)
...` for debugging.

Also show traceback when `ANSIBLE_DEBUG` is on
9 years ago