Brian Coca
8a00dff989
updated submodule refs
9 years ago
Brian Coca
c2d8ca4bf7
fixed test to expected output
9 years ago
Brian Coca
07e5e98cbf
removed jinaj2 override restrictions
9 years ago
Brian Coca
113f709eac
brought up to date with default
9 years ago
Brian Coca
51de207197
Merge pull request #11805 from amenonsen/trivial-fixmes
...
A series of trivial FIXMEs for devel
9 years ago
Scott Cunningham
92327ba11f
add credstash lookup plugin docs
9 years ago
Scott Cunningham
193e857bc4
credstash lookup plugin: raise AnsibleError when credstash library not installed
9 years ago
Chris Church
b07f8e7a7e
Add an option for PowerShell modules to indicate support for check mode, skip running module if check mode is not supported.
9 years ago
James Cammarata
222f04e387
Submodule pointer update
9 years ago
Brian Coca
2ed5d29951
Merge pull request #11040 from resmo/patch-1
...
doc: we need GPLv3 license headers
9 years ago
Abhijit Menon-Sen
807079ec2f
Remove outdated FIXME; HostVars is imported and used below
9 years ago
Brian Coca
d05c4b82aa
Merge pull request #11803 from amenonsen/prompt_encrypt
...
Uncomment encrypt handling for vars_prompt
9 years ago
Abhijit Menon-Sen
845784b572
Remove outdated FIXMEs; all use combine_vars already
9 years ago
James Cammarata
efcad3aa6d
Re-allow vars on tasks, specifically for includes
9 years ago
James Cammarata
0ad52a403f
Merge pull request #11804 from amenonsen/fixme
...
Easy FIXMEs
9 years ago
Abhijit Menon-Sen
1541e331c9
Also fix UTF-8 handling in vars_prompt
9 years ago
James Cammarata
549c204051
Submodule pointer update
9 years ago
Abhijit Menon-Sen
694d2103b1
Remove outdated FIXME code
...
This is already handled in PlayContext.set_options.
9 years ago
James Cammarata
2a93559fc8
Merge branch 'winrm_v2_fixes' of https://github.com/cchurch/ansible into cchurch-winrm_v2_fixes
9 years ago
Abhijit Menon-Sen
ff2d160fff
Correct invalid reference to global display
9 years ago
Abhijit Menon-Sen
10def3aa54
Uncomment encrypt handling for vars_prompt
9 years ago
Brian Coca
b2dc66c7ea
now check stderr also on become for ssh plugin for the cases where sudo or su do not want to prompt/echo on stdin
...
fixes #11796
9 years ago
Brian Coca
17f659a143
added some debug to galaxy
9 years ago
Brian Coca
29bc8f51d7
made tags display closer to v1
9 years ago
Brian Coca
e2e0dc2719
added selinux_permissive
9 years ago
Bernhard Lichtinger
13198c199e
Add support for multiple organizations in spacewalk.
9 years ago
Roger Smith
bbee2a9c65
Add pywinrm dependencies for RPM
9 years ago
Brian Coca
b37be236d9
Merge pull request #11475 from nibalizer/cfacter_support
...
Use cfacter instead of facter if possible
9 years ago
James Cammarata
769b0d92ee
Merge pull request #11795 from amenonsen/nonedir
...
Don't stat None
9 years ago
Abhijit Menon-Sen
3d581e5306
Don't stat None
...
Fixes #11794 , regression introduced by #11010
9 years ago
Brian Coca
527ae360b0
Merge pull request #10652 from vodik/nspawn
...
Support querying systemd container information
9 years ago
Roger Smith
74e351a8ea
Update dependencies for pywinrm
...
Adding the python-dev and libkrb5-dev libraries avoids the error message "error: command 'x86_64-linux-gnu-gcc' failed with exit status 1" when running "pip install kerberos"
9 years ago
Brian Coca
4b8e368039
Merge pull request #11010 from sillydong/devel
...
Add judgment to to fix path0 if ANSIBLE_CONFIG is set to a dir
9 years ago
Brian Coca
0e77871426
fixed non ignore errors path to actually interrupt
...
fixed cases where missing/inaccessible file gave exception, now you get nice error
9 years ago
Brian Coca
8153c34abf
now returns false on bad role_data
9 years ago
Brian Coca
e81ec32719
made galaxy more resilient with bad yaml files and comments/spaces in non yaml files
...
fixes #10641
9 years ago
Brian Coca
63b54a3271
Merge pull request #11787 from jcpowermac/move_vmware_module_utils
...
Moving VMware Utilites module
9 years ago
Joseph Callen
2f5ced8856
Moving VMware Utilites module
...
Moved `vmware.py` from v1 to `lib/ansible/module_utils/vmware.py`.
No other changes has been made since these two PRs:
https://github.com/ansible/ansible/pull/10812
https://github.com/ansible/ansible/pull/10760
9 years ago
James Cammarata
614463e899
Merge branch 'devel' of https://github.com/ansible/ansible into devel
9 years ago
James Cammarata
ba56beda90
Fix include task using a potentially undefined variable
9 years ago
Brian Coca
827f2ff0ac
corrected var name
9 years ago
Brian Coca
ced93d35ca
adjusted list hosts across adhoc and playbook cli
9 years ago
Brian Coca
45ec25de83
corrected var name
9 years ago
James Cammarata
3a50c08c01
Merge branch 'pluggable_jinja_tests' of https://github.com/quixoten/ansible into quixoten-pluggable_jinja_tests
9 years ago
Brian Coca
be3da221cd
adjusted list hosts across adhoc and playbook cli
9 years ago
James Cammarata
782c2f75df
Make sure role deps inherit conditionals/tags specified via params
...
Fixes #7353
9 years ago
Brian Coca
bedfe00de8
Merge pull request #11336 from saada/patch-1
...
Update Vault rekey() in vault.py to validate files passed before input
9 years ago
Toshio Kuratomi
4f1d365a25
Merge pull request #11783 from ansible/synchronize-fix
...
Synchronize in wasn't running on localhost in the default case which …
9 years ago
Toshio Kuratomi
088682f518
Synchronize in wasn't running on localhost in the default case which meant that rsync was run on the wrong host.
...
Fixes #11649
9 years ago
Mahmoud Saada
ddd46f6599
Update rekey() in vault.py to validate files passed exist before prompting for password
9 years ago