Toshio Kuratomi
f1fdddb640
Do not send stat all the parameters that unarchive received
...
Fixes #546
10 years ago
Toshio Kuratomi
edc27c5a5b
Fix to_nice_json on python2.6
10 years ago
Toshio Kuratomi
f2d37fba30
Update modules
10 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
10 years ago
Adam Miller
06b70e4f9c
When checking for Xen for LinuxHardware processor facts, don't check sysfs if already found in /proc/
10 years ago
Nate Coraor
60e815c844
Set ansible_distribution_version differently for Solaris variants.
10 years ago
Toshio Kuratomi
5354df8643
s/nexentaStor/Nexenta/
10 years ago
Toshio Kuratomi
04635333d0
Update fact gathering for solaris-family distributions
10 years ago
Brian Coca
058816237a
updated submodule refs
10 years ago
Toshio Kuratomi
6305864cca
Merge pull request #9814 from ccciudatu/devel
...
run_once tasks are skipped without checking the delegate_to host #9784
10 years ago
Toshio Kuratomi
364b5ac0ea
Do a daily update of the modules
10 years ago
Adam Miller
f274234824
Only add the overhead for each iteration of cpuinfo parsing if Xen is detected
10 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
10 years ago
Toshio Kuratomi
eb19ff9d62
Update extras modules to fix docs building
10 years ago
Toshio Kuratomi
bac086e705
Update modules
10 years ago
Brian Coca
1698b17b14
Merge pull request #8651 from ks888/enable-env-kw-at-play-level
...
Enable environment keyword at play level
10 years ago
Toshio Kuratomi
41399dedaf
Update core modules for docker fix
10 years ago
Toshio Kuratomi
641c6a2859
Pull in apt changes
10 years ago
Costi Ciudatu
1ed9b6629e
run_once tasks are skipped without checking the delegate_to host #9784
10 years ago
Toshio Kuratomi
5ed7a55990
Restore json import for redis as well. Switch preference to simplejson for speed
10 years ago
Rene Moser
b5e99c852e
facts caching: fix missing json in jsonfile caching
10 years ago
Toshio Kuratomi
f9c203feb6
Another try at a git fetch fix
10 years ago
Toshio Kuratomi
89da873dff
Fix bug in merged git refspec code
10 years ago
Toshio Kuratomi
18536d6885
Pull in new refspec param for git module
10 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
10 years ago
Brian Coca
e0f72d5861
fixed json encoding issue with redis
10 years ago
Brian Coca
ed380136bc
removed uneeded and posibly error producing json import
...
now uses utils.jsonify which does proper utf8 encoding
10 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.
10 years ago
Toshio Kuratomi
64c256b356
git module now with clone parameter and update=no reverted
10 years ago
Toshio Kuratomi
2664de55fb
Fix math filters
10 years ago
Toshio Kuratomi
fa6e587654
Pull in some new fixes to core modules
10 years ago
Toshio Kuratomi
c808c8a22a
Fix some of the new math filters
10 years ago
Toshio Kuratomi
7ab1e52575
Merge pull request #9832 from bcoca/math_filters
...
math filters!
10 years ago
Brian Coca
b07ce8b942
removed redundant math functions as jinja2 provides abs() and round()
...
already
10 years ago
Brian Coca
7a43d40050
math filters!
10 years ago
Toshio Kuratomi
dc8207177e
Merge pull request #9830 from nathancahill/vars_prompt-no-value
...
Fix vars_prompt no/false default values
10 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
10 years ago
Toshio Kuratomi
828adbf788
Merge pull request #9807 from swimlappy/noproxy
...
Request: Honor the "no_proxy" environment variable in Ansible
10 years ago
Nathan Cahill
cc5a5978ef
fix vars_prompt no/false values
10 years ago
Toshio Kuratomi
d1e27fe819
Merge pull request #9805 from mscherer/fix_9395
...
Strip the line to filter lines composed of only whitespaces
10 years ago
Toshio Kuratomi
735c8d3c4b
Update core so docs build
10 years ago
Toshio Kuratomi
07e483b0c0
Update core modules
10 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.
10 years ago
root
bf916fb58a
Adding first pass at win_copy, win_file and win_template modules.
10 years ago
Jonathan Mainguy
8278626dd0
Added distribution facts for OpenSuse
10 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 ).
10 years ago
Jason Holland
38dbce1527
Allow Ansible to honor the "no_proxy" environment varaible.
10 years ago
Michael Scherer
b84fba4439
Strip the line to filter lines composed of only whitespaces
...
Fix #9395
10 years ago
Toshio Kuratomi
12968acd5f
Update the core modules to pull in some fixes
10 years ago
Brian Coca
215359084b
Merge pull request #9375 from mantiz/fix-osfamily-and-distribution-on-archlinux
...
Fix os_family and distribution on archlinux
10 years ago