Toshio Kuratomi
|
7f362fe598
|
Add force=false changes to ChangeLog
|
10 years ago |
Toshio Kuratomi
|
44fe38030f
|
Update core modules for subversion fixes
|
10 years ago |
Toshio Kuratomi
|
b3d5f82d29
|
copy to_bytes and to_unicode functions from kitchen for use in v2
|
10 years ago |
Toshio Kuratomi
|
3d5523fbb7
|
Fix for unicode filenames for template module
Fixes #10110
|
10 years ago |
James Cammarata
|
181dd058eb
|
Fix roles_path loading in v2
|
10 years ago |
James Cammarata
|
ed05db52ba
|
Fixing playbook includes in v2 where included paths are relative
|
10 years ago |
James Cammarata
|
b07ab41994
|
Fix directory loading of host/group vars in v2
|
10 years ago |
James Cammarata
|
4d9bf37afa
|
Fixing some v2 inventory bugs
|
10 years ago |
James Cammarata
|
b6a34518ad
|
Fixing checkmode support and some other things in v2
|
10 years ago |
Brian Coca
|
daa2c3a956
|
Merge pull request #9584 from Sgoettschkes/issue_docs_missing_ansible_sudo
Adding inventory parameter to documentation
|
10 years ago |
Toshio Kuratomi
|
0aac6360e4
|
Update core modules
|
10 years ago |
Brian Coca
|
1988f9015e
|
Merge pull request #10120 from rounds/devel
Reference tests/README.ME in the Makefile notes
|
10 years ago |
Ofir Petrushka
|
37cc4cf9cb
|
Reference tests/README.ME in the Makefile notes
https://github.com/ansible/ansible/issues/6776
|
10 years ago |
Brian Coca
|
990d08b63f
|
Merge pull request #10113 from bcoca/url_lookup
Url lookup
|
10 years ago |
Brian Coca
|
11005e7b28
|
Merge pull request #9839 from nousdefions/memfacts
Memfacts
|
10 years ago |
Brian Coca
|
66fb24adef
|
Merge pull request #10117 from dago/patch-1
Add OpenCSW for Solaris
|
10 years ago |
Dagobert Michelsen
|
7a90139e3c
|
Add OpenCSW for Solaris
|
10 years ago |
Toshio Kuratomi
|
23a2e52cb7
|
Merge pull request #10111 from wjimenez5271/patch-2
explain -q flag for env-setup
|
10 years ago |
Brian Coca
|
6118bf4b64
|
corrected missing quote
|
10 years ago |
Brian Coca
|
3d6b6edea9
|
added url lookup plugin
|
10 years ago |
Brian Coca
|
424065229c
|
added example of url lookup
|
10 years ago |
Toshio Kuratomi
|
35321ec642
|
ansible.utils to_unicode/to_bytes isn't robust in the face of
non-strings. Do some value checking in the calling code
|
10 years ago |
William Jimenez
|
36e0e1ef26
|
explain -q flag for env-setup
See https://github.com/ansible/ansible/issues/10109
|
10 years ago |
Toshio Kuratomi
|
418e24cc6c
|
Merge changes from v1 env-setup into v2/env-setup
|
10 years ago |
Toshio Kuratomi
|
35b4e6a3d0
|
Merge pull request #10092 from rpe-github/devel
In env-setup use basename -- $0 in case $0 starts with a dash.
|
10 years ago |
Toshio Kuratomi
|
eebba11558
|
Remove the build-dep change test. Doesn't seem like there's a way to do that.
|
10 years ago |
Toshio Kuratomi
|
a6a911d2ed
|
We changed the way build-dep is specified in the module; also change it in the tests
|
10 years ago |
Toshio Kuratomi
|
975b547aaa
|
Update core modules
|
10 years ago |
Toshio Kuratomi
|
a63e4c595f
|
Another place that needs to be json_dict_bytes_to_unicode
|
10 years ago |
Toshio Kuratomi
|
0f6b87d33e
|
Revert "Fix import statements" -- those impotrt statements were right
before... something else is fishy
This reverts commit 8ab536fbf2 .
|
10 years ago |
Toshio Kuratomi
|
8ab536fbf2
|
Fix import statements
|
10 years ago |
Toshio Kuratomi
|
d3666f3265
|
Make py2.4 remote checksum large-file-enabled as well
|
10 years ago |
James Cammarata
|
bbd08cd0e2
|
Fixing more v2 issues with integration tests
|
10 years ago |
Toshio Kuratomi
|
6f5d18a20e
|
Merge pull request #10087 from axos88/devel
fix checksum calculation for large files
|
10 years ago |
Toshio Kuratomi
|
c8ed12a69c
|
Merge pull request #10103 from conrado/apt-builddeps
added: integration tests builddeps for apt module
|
10 years ago |
Toshio Kuratomi
|
335cf2f05f
|
Update module repos
|
10 years ago |
Toshio Kuratomi
|
915d232d5f
|
jinja2 cannot handle byte strs with non-ascii. So we need to transform potential byte str into unicode type. This fix is for dynamic inventory.
Fixes #10007
|
10 years ago |
Conrado Buhrer
|
0c1193f11d
|
added: integration tests builddeps for apt module
|
10 years ago |
Brian Coca
|
2f1fc3e042
|
Merge pull request #10100 from ansible/revert-9834-fix-variables-with-dashes
Revert "Support variable values with dashes"
|
10 years ago |
Brian Coca
|
9d190c8d8d
|
Revert "Support variable values with dashes"
|
10 years ago |
Brian Coca
|
13bbf9bfbb
|
Merge pull request #9834 from nathancahill/fix-variables-with-dashes
Support variable values with dashes
|
10 years ago |
James Cammarata
|
455423aafb
|
Updating submodule reference for v2
|
10 years ago |
James Cammarata
|
71e774e8bf
|
Implementing playbook-level includes and getting includes integration test working
|
10 years ago |
Toshio Kuratomi
|
9095e97c6a
|
Parenthesis mean we can get rid of line continuation markers
|
10 years ago |
Brian Coca
|
87faced179
|
Merge pull request #10090 from lorin/dnstxt-doc
Document that dnstxt lookup requires dnspython
|
10 years ago |
Toshio Kuratomi
|
3102e1eccd
|
Merge pull request #10096 from gilou/devel
Make setup.py work with Python 3 (and requiring 2.6)
|
10 years ago |
Gilles Pietri
|
ee448493d7
|
Make setup.py work with Python 3 (and requiring 2.6)
|
10 years ago |
rpe-github
|
0a73067153
|
Use basename -- $0 in case $0 starts with a dash.
For example, pdksh $0 contains '-ksh'.
|
10 years ago |
Lorin Hochstein
|
0474b5ce5d
|
Document that dnstxt lookup requires dnspython
Add a line in the docs to specify that dnstxt requires that you have the
dnspython package installed.
|
10 years ago |
Akos Vandra
|
03fa421f3f
|
do not use with, it is not supported all the way down to 2.4
|
10 years ago |