Commit Graph

3509 Commits (d6edbeb4d02e34fae513f3f4e8fb27c6eec0cb15)

Author SHA1 Message Date
Toshio Kuratomi be4dbe76b9 Merge pull request #9997 from shawnsi/stdout_lines
Add stdout_lines to results when using with_items
11 years ago
Brian Coca 6b3d0f4788 now captures returncode errors on inventory scripts 11 years ago
Toshio Kuratomi 1b8faa68d9 Update extras to pick up doc build fix 11 years ago
Toshio Kuratomi 6326daa34e Update modules for unarchive handling user,group,mode and add integration test for the same 11 years ago
Shawn Siefkas 682b987567 Add stdout_lines to results when using with_items 11 years ago
Brian Coca 35247fabb8 added hash and password_hash functions
documented new hashing filters and preexisting hashing filters
removed extra sha1 example in others, clarified some of the hashing examples
11 years ago
Toshio Kuratomi f1fdddb640 Do not send stat all the parameters that unarchive received
Fixes #546
11 years ago
Toshio Kuratomi edc27c5a5b Fix to_nice_json on python2.6 11 years ago
Toshio Kuratomi f2d37fba30 Update modules 11 years ago
Brian Coca bd62530700 Merge pull request #9947 from maxamillion/issue-9759-fix-processor-facts
don't double the count of i for LinuxHardware cpuinfo keys on 'vendor_id' and 'model name' keys
11 years ago
Adam Miller 06b70e4f9c When checking for Xen for LinuxHardware processor facts, don't check sysfs if already found in /proc/ 11 years ago
Nate Coraor 60e815c844 Set ansible_distribution_version differently for Solaris variants. 11 years ago
Toshio Kuratomi 5354df8643 s/nexentaStor/Nexenta/ 11 years ago
Toshio Kuratomi 04635333d0 Update fact gathering for solaris-family distributions 11 years ago
Brian Coca 058816237a updated submodule refs 11 years ago
Toshio Kuratomi 6305864cca Merge pull request #9814 from ccciudatu/devel
run_once tasks are skipped without checking the delegate_to host #9784
11 years ago
Toshio Kuratomi 364b5ac0ea Do a daily update of the modules 11 years ago
Adam Miller f274234824 Only add the overhead for each iteration of cpuinfo parsing if Xen is detected 11 years ago
Adam Miller 3729259b68 don't double the count of i for LinuxHardware cpuinfo keys on
'vendor_id' and 'model name' keys

Check for Xen paravirt and handle processor facts accordingly
11 years ago
Toshio Kuratomi eb19ff9d62 Update extras modules to fix docs building 11 years ago
Toshio Kuratomi bac086e705 Update modules 11 years ago
Brian Coca 1698b17b14 Merge pull request #8651 from ks888/enable-env-kw-at-play-level
Enable environment keyword at play level
11 years ago
Toshio Kuratomi 41399dedaf Update core modules for docker fix 11 years ago
Toshio Kuratomi 641c6a2859 Pull in apt changes 11 years ago
Luke Macken dea0ee663f Use send instead of sendv on the systemd.journal (fixes #9886) 11 years ago
Costi Ciudatu 1ed9b6629e run_once tasks are skipped without checking the delegate_to host #9784 11 years ago
Toshio Kuratomi 5ed7a55990 Restore json import for redis as well. Switch preference to simplejson for speed 11 years ago
Rene Moser b5e99c852e facts caching: fix missing json in jsonfile caching 11 years ago
Toshio Kuratomi f9c203feb6 Another try at a git fetch fix 11 years ago
Toshio Kuratomi 89da873dff Fix bug in merged git refspec code 11 years ago
Toshio Kuratomi 18536d6885 Pull in new refspec param for git module 11 years ago
Brian Coca 19038a71bf Merge pull request #9419 from willthames/aws_frankfurt
There are still a couple of modules that use their own lists, but that should not prevent this merge, those should be adapted to use this list in subsequent patch
11 years ago
Jonathan Davila a93db1948e expanded facts 11 years ago
Brian Coca e0f72d5861 fixed json encoding issue with redis 11 years ago
Brian Coca ed380136bc removed uneeded and posibly error producing json import
now uses utils.jsonify which does proper utf8 encoding
11 years ago
Michael Scherer d4bf3127ec Add a explicit error when fact_caching_connection is not set
By default, jsonfile is not documented, and the error message
when fact_caching_connection is not set is a bit puzzling, so
a error message would be beeter ( documentation too ). While redis
is faster for bigger setup, jsonfile is fine for a small setup
and is easier to deploy.

The module will then stop ansible-playbook, as this match better
the philosophy of Ansible being a fail-fast system.
11 years ago
Toshio Kuratomi 64c256b356 git module now with clone parameter and update=no reverted 11 years ago
Nathan Cahill 6d785ca081 support variables with dashes - fixes #9786 11 years ago
Toshio Kuratomi 2664de55fb Fix math filters 11 years ago
Toshio Kuratomi fa6e587654 Pull in some new fixes to core modules 11 years ago
Toshio Kuratomi c808c8a22a Fix some of the new math filters 11 years ago
Toshio Kuratomi 7ab1e52575 Merge pull request #9832 from bcoca/math_filters
math filters!
11 years ago
Brian Coca b07ce8b942 removed redundant math functions as jinja2 provides abs() and round()
already
11 years ago
Brian Coca 7a43d40050 math filters! 11 years ago
Toshio Kuratomi dc8207177e Merge pull request #9830 from nathancahill/vars_prompt-no-value
Fix vars_prompt no/false default values
11 years ago
Toshio Kuratomi d09b64884f Merge pull request #9810 from mscherer/fix_7732
Do not use the variable name as a key for the result of the module
11 years ago
Toshio Kuratomi 828adbf788 Merge pull request #9807 from swimlappy/noproxy
Request: Honor the "no_proxy" environment variable in Ansible
11 years ago
Nathan Cahill cc5a5978ef fix vars_prompt no/false values 11 years ago
Toshio Kuratomi d1e27fe819 Merge pull request #9805 from mscherer/fix_9395
Strip the line to filter lines composed of only whitespaces
11 years ago
Toshio Kuratomi 735c8d3c4b Update core so docs build 11 years ago
Toshio Kuratomi 07e483b0c0 Update core modules 11 years ago
Jon Hawkesworth e37b63386c Revised following comments from Chris Church.
Now uses sha1 checksums following merge of 9688.
Also I undid the changes I made to fetch.py
win_template.py now uses conn.shell.has_trailing_slash and
conn.shell.join_path
updated integration tests.
11 years ago
root bf916fb58a Adding first pass at win_copy, win_file and win_template modules. 11 years ago
Jonathan Mainguy 8278626dd0 Added distribution facts for OpenSuse 11 years ago
Michael Scherer 9b8a55032d Do not use the variable name as a key for the result of the module
Using the variable name can interfere with various systems
used to communicate between modules and ansible ( as
reported in #7732 , where ansible_facts is a reserved key for
updating the fact cache, for example ).
11 years ago
Jason Holland eedc51f213 Add support for SSL protocol version configuration option. Also fix 2 places where the SSL version was not being set properly. 11 years ago
Jason Holland 38dbce1527 Allow Ansible to honor the "no_proxy" environment varaible. 11 years ago
Michael Scherer b84fba4439 Strip the line to filter lines composed of only whitespaces
Fix #9395
11 years ago
Toshio Kuratomi 12968acd5f Update the core modules to pull in some fixes 11 years ago
Brian Coca 215359084b Merge pull request #9375 from mantiz/fix-osfamily-and-distribution-on-archlinux
Fix os_family and distribution on archlinux
11 years ago
Nicolas Rémond 3cf0c09ce9 Variables lookup in a template should handle properly the undefined case 11 years ago
Toshio Kuratomi 2d266ce401 Update core submodule for docs fix 11 years ago
Brian Coca 21bb12ee84 updated refs to module repos 11 years ago
Toshio Kuratomi c16b83af14 Updat ecore to pull in new git module fixes 11 years ago
Toshio Kuratomi 35cfeefdc1 Update core modules 11 years ago
Toshio Kuratomi 55cb55d67a Update the extras submodules to latest 11 years ago
Brian Coca c725aa5e47 updated submodule refs 11 years ago
Michael DeHaan d4da58e102 Merge pull request #9720 from vlajos/typofixes-vlajos-20141204
typofixes - https://github.com/vlajos/misspell_fixer
11 years ago
Toshio Kuratomi 3a5aec9743 file does not exist is not an error when checksumming for the template modules 11 years ago
Toshio Kuratomi f2d2f425ae Fix comment 11 years ago
Toshio Kuratomi 3269a349f3 Fix remote_checksum with delegate_to and add tests for several ways that delegate_to works 11 years ago
Toshio Kuratomi 2a288141d3 Fix template module to fail if remote checksumming failed 11 years ago
Toshio Kuratomi b042fcc349 Fix for delegate_to with hosts that aren't in inventory 11 years ago
Veres Lajos bf5d8ee678 typofixes - https://github.com/vlajos/misspell_fixer 11 years ago
Toshio Kuratomi 3b80f63e22 Have known_hosts function use the url parameter instead of getting a specific attribute out of the module dict.
This makes the function useful in more places
11 years ago
Brian Coca 97408fe5b2 Revert "Make listify respect the global setting for undefined variables."
This 'mostly' reverts commit 2769098fe7.

Conflicts:
	lib/ansible/utils/__init__.py
	test/units/TestUtils.py
11 years ago
Brian Coca e938f554b7 better exception handling for unexpected exceptions 11 years ago
Toshio Kuratomi ae17b993d9 Update modules to allow USAGE as a valid grant option for postgres 11 years ago
Toshio Kuratomi a2b2e54992 Fix checksum code to work with delegate_to/local_action
Fixes #9704
11 years ago
James Keener 4dfd86d847 Issue-9704 Better handling of missing python
When they python interpreter is set incorrectly for the machine the file
is being checked for (e.g. for the local or the remote), the error
manifests as a readability or directory missing error which can be very
misleading.
11 years ago
Brian Coca 1c5f625295 corrected exception name 11 years ago
Toshio Kuratomi 1ec8b6e3c5 Have remote_expanduser honor sudo and su users.
Fixes #9663
11 years ago
James Cammarata f1386bb114 Use more variable sources when templating the play ds
Fixes #9699
11 years ago
Toshio Kuratomi eeec4f73e7 Pull in doc fixes for modules 11 years ago
Toshio Kuratomi 05435f380b Update to newer core and extras modules 11 years ago
Brian Coca 61a30e5f49 better exception handling with delegated hosts 11 years ago
Devin Christensen 8130ed8de0 Allow .gitkeep in the jsonfile fact cache dir 11 years ago
Chris Church 2bf269568b Merge pull request #9688 from cchurch/fix_win_fetch
Fixes for fetch module when connecting to Windows hosts
11 years ago
Brian Coca 84bcc6a123 Merge pull request #9685 from bcoca/plugin_load_precedence
changed plugin load priority to be path based, not suffix based.
11 years ago
James Cammarata 29d41bb789 Revise patch from earlier using even more variable sources for HostVars
Superceeds e61e8a3

Fixes #9684
11 years ago
Chris Church de267b5655 Fix PowerShell plugin issues affecting fetch module when used against Windows hosts. 11 years ago
Brian Coca f2b853f7a0 changed plugin load priority to be path based, not suffix based. 11 years ago
James Cammarata 6570a6c6de Use additional vars when templating included file names
Fixes #9669
11 years ago
Toshio Kuratomi 86b21a1b8d Integration tests for https://github.com/ansible/ansible-modules-core/issues/416 11 years ago
James Cammarata e61e8a37f5 Use extra vars when creating HostVars
Fixes #9667
11 years ago
Thomas Quinot 23d959db71 Report location (filename and line number) for inventory syntax errors
When AnsibleError is raised for a syntax error in an inventory file,
report filename and line number to help pinpointing the error.
11 years ago
Brian Coca 60b51ef6c3 Merge pull request #9646 from bcoca/listify_template_fixes
fine tuned lookup/templating errors
11 years ago
Brian Coca 9a5cbf747a fine tuned lookup/templating errors 11 years ago
Toshio Kuratomi ae054dbc40 Pull in a fix for specifying a single role attribute for postgresql users 11 years ago
Toshio Kuratomi 0752549f02 Merge pull request #9640 from hkariti/premature_template_playbook_vars
Don't template play vars by themselves, it's too early
11 years ago