Commit Graph

12990 Commits (8ab536fbf21755c3b3855f0228f71d04924499bf)
 

Author SHA1 Message Date
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
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
Akos Vandra e8144b3b90 fixes #10086 10 years ago
Toshio Kuratomi 53a3644ecd Update the modules 10 years ago
James Cammarata 45212394ca Adding in hostvars to v2 and getting more integration tests working 10 years ago
James Cammarata f9d451eb9c Adding post-validation method to connection info object 10 years ago
Toshio Kuratomi 364f772cc5 Fix quoting of shell parameters used in remote_checksum and add integration test to detect the error
Fixes #682
10 years ago
Brian Coca 1011530a34 Merge pull request #10070 from rpe-github/devel
ignore VERSION file in ansible-doc
10 years ago
Brian Coca 54c25a101b Merge pull request #10029 from gaqzi/devel
Add filter to turn a string into a UUID
10 years ago
rpe-github 3e7bb0c081 ignore VERSION file in ansible-doc 10 years ago
Toshio Kuratomi 7e538d54dd Install zip for the unarchive test 10 years ago
Toshio Kuratomi f2b1a289ed Update modules to pull in fixes 10 years ago
Toshio Kuratomi cce87acfed Fix integration test for unarchive to test zipfiles 10 years ago
Brian Coca 0e969aee06 updated submodules to latest devel 10 years ago
Toshio Kuratomi 46b29c3f4b Merge pull request #10058 from erinn/freeipa
Cleanup and expand FreeIPA inventory script it now accepts CL
10 years ago
Björn Andersson 65e4f2b2bc Add filter to turn a string into a UUID
This filter was made because I needed to create idempotent UUIDs when
installing the agent for Go (http://go.cd), which uses UUIds to
distinguish the agents from each other.

It uses a newly created Ansible namespace to distinguish UUIDs created
by Ansible from any other source. The new namespace is a random one
created by uuidgen on OSX.
10 years ago
Erinn Looney-Triggs d2c49db005 Cleanup and expand FreeIPA inventory script it now accepts CL
parameters.
10 years ago
Toshio Kuratomi 2a04663255 Port forward lmacken's fix for 9886 to v2 10 years ago
Brian Coca 82abe63eb2 Merge pull request #10055 from digi691/devel
Add the uuid of the device in ansible_mounts variable
10 years ago
Toshio Kuratomi e6b5cc9ccb Merge pull request #9887 from lmacken/devel
Use send instead of sendv on the systemd.journal (fixes #9886)
10 years ago
cdigiovanni 99bcbe746f Add the uuid of the device in ansible_mounts variable 10 years ago
James Cammarata 115684d235 Minor tweak to stub code for v2 ansible-playbook 10 years ago
James Cammarata eae9a406ad Fixing v2 code for test_yum and added capability to squash items 10 years ago
James Cammarata 5addbe7956 V2 submodule update 10 years ago
James Cammarata c60c295ada Adding more fixes for integration testing under v2 10 years ago
Toshio Kuratomi 2e0472e03b Allow ansible-playbook to determine if an invalid limit is specified 10 years ago
Brian Coca cf6f05e71d Merge pull request #10039 from tima/doc-version-fix
Modified the version numbers in one section on index of docs to reflect their current state.
10 years ago
Brian Coca 1a1b66702f Merge pull request #10037 from lekum/aws-doc-bug
Add missing register
10 years ago
Brian Coca 2ef5d6be1e Merge pull request #9702 from bcoca/better_errors_on_delegate
better exception handling with delegated hosts
10 years ago
Brian Coca 23783a5228 Merge pull request #10014 from bcoca/inventory_script_errorhandle
ansible now captures returncode errors on inventory scripts
10 years ago
Brian Coca 2a9d5054bf Merge pull request #9995 from bcoca/hash_filters
Hash filters
10 years ago
Brian Coca 976f51e5f5 Merge pull request #9968 from bcoca/v2_play_env
V2: added environment to play
10 years ago
Brian Coca 4603e9ce4d Merge pull request #10044 from jvoorhis/docsite-plugins-minor-corrections
Fix copy/paste in plugins docs.
10 years ago