Michael DeHaan
fef53b1a9e
Merge pull request #670 from jpmens/color1
...
Support for colors in ansible-playbook
12 years ago
Jan-Piet Mens
bc17553d1c
Support for colors in ansible-playbook
12 years ago
Michael DeHaan
432dae769e
Merge pull request #669 from nix85/fix_mount_mod
...
Standardizing the mount module
12 years ago
Nikhil Singh
483f7fd625
Standardizing the mount module
12 years ago
Michael DeHaan
3a2df329af
Tweak the way chained callbacks work
12 years ago
Michael DeHaan
dd6399b5ae
Fixup args being passed into file from copy, tweak preservation of changed attribute.
12 years ago
Michael DeHaan
2cda36f7dc
Merge pull request #664 from jpmens/a1
...
Fix file module to support = in args; remove superflous call in get_url
12 years ago
Michael DeHaan
e4afa83b82
Merge pull request #667 from go2sh/issue-666
...
Fixes locale problem with ifconfig in setup module
12 years ago
Christoph Seitz
ab8a36686e
Fixes locale problem with ifconfig in setup module
12 years ago
Jan-Piet Mens
628b289ab3
Fix file module to support = in args; remove superflous call in get_url
12 years ago
Michael DeHaan
153f3932b5
reinstate delete_remote_files
12 years ago
Michael DeHaan
632a83c79e
Remove unused function
12 years ago
Michael DeHaan
479f8b8c26
Templating neccessary here.
12 years ago
Michael DeHaan
fdf14ec7ab
fix module name in examples
12 years ago
Michael DeHaan
9b8793e42e
Fix a glitch with daisy chain logic
12 years ago
Michael DeHaan
183330a9fa
Merge pull request #662 from tima/regex-cond-tasks
...
Importing re in runner for doing conditional tasks using pattern matching i.e. re.search(). Also conditionally outputting item when skipping.
12 years ago
Michael DeHaan
cbea17e4c5
Fix up async
12 years ago
Michael DeHaan
cac7afd700
async is under construction
12 years ago
Michael DeHaan
1f44c07ddf
Fix assemble usage, some issues still with async.
12 years ago
Timothy Appnel
4b9b9a8a5b
Importing re in runner for doing conditional tasks using pattern matching i.e. re.search(). Also conditionally outputting item when skipping.
12 years ago
Michael DeHaan
220ab33da3
changelog update
12 years ago
Michael DeHaan
738cea9c93
small tweaks to --help for hacking/test-module
12 years ago
Michael DeHaan
fc96b88205
Teach the test-module script about the new way MODULE_ARGS works in new-style modules.
12 years ago
Michael DeHaan
ec12cc4154
Save the transfer of the module file for new style modules, because we can inject the arguments into the modules.
...
Module consumers using the API don't have to know how this works. base64 stuff is only there
because escaping a docstring inside a docstring was a bit of a challenge :)
12 years ago
Michael DeHaan
f8520750cb
Merge pull request #659 from bradobro/test_module_optparse
...
#658
12 years ago
Michael DeHaan
6448deb0b1
Merge pull request #660 from sfromm/newuser
...
Update user module to use new shared module code
12 years ago
Stephen Fromm
f068bedfa1
Update user module to use new shared module code
12 years ago
bradobro
e8583833a7
test-module uses optparse with --debugger
...
Refactored hacking/test-module
1. uses optparse
2. has --debugger option
tested only with pdb on Python 2.7
12 years ago
bradobro
ade0233d57
Refactoring test-module to be more like ansible.
12 years ago
Michael DeHaan
08ece6c54a
update changelog
12 years ago
Michael DeHaan
617f9dc942
Added some caching logic to improve external inventory scripts, removed some debug statements.
12 years ago
Michael DeHaan
57f12ac9e3
Using __slots__ in more places, in particular, hosts and groups, where we are apt to create a fair amount of objects.
12 years ago
Michael DeHaan
84e1d21b9c
Merge pull request #651 from marktheunissen/mysql_user_upgrade
...
Upgrading MySQL user module to new format
12 years ago
Mark Theunissen
12e23a1a6c
Upgrading MySQL user module to new format
12 years ago
Michael DeHaan
0b891fc8fb
Tweaking daisychain internals to allow get_url to modify the path destination when downloading to a directory.
...
Minor module refactoring.
12 years ago
Michael DeHaan
46650cfcec
Merge branch 'get_url3' of https://github.com/jpmens/ansible into devel
12 years ago
Michael DeHaan
396b81b647
Remove this check as it wasn't really needed and in recent refinements keeps the group_vars stuff from working
...
as desired.
12 years ago
Michael DeHaan
492953f299
Merge pull request #650 from sfromm/newgroup
...
Update group module to use new shared module code
12 years ago
Stephen Fromm
1a9c54b1e1
Update group module to use new shared module code
12 years ago
Michael DeHaan
636a3367b5
Merge pull request #649 from marktheunissen/mysql_db_upgrade
...
Upgrading mysql_db to new shared module code
12 years ago
Mark Theunissen
efb60776f4
Upgrading to new shared module code
12 years ago
Michael DeHaan
9f149c9f1a
imports not needed
12 years ago
Michael DeHaan
d0f4358730
Port the copy module over to the new "common module" logic.
12 years ago
Michael DeHaan
d76c8c9c85
Various cleanup around runner's constructor and how daisy chaining is invoked.
12 years ago
Michael DeHaan
1682dd06c0
Avoid duplicate call to fetch inventory variables
12 years ago
Michael DeHaan
54c9c1e25c
Some streamlining of first_available_file code
12 years ago
Jan-Piet Mens
b8d7b5041b
new module: get_url
...
get module (with new module-magic-code!)
Usage: ansible -m get -a "url=http://xxxxxxx dest=fileordirctory"
all cleanups as per @mpdehaan's suggestions
add daisychain
added example playbook (get_url.yml) with URLencode example
12 years ago
Michael DeHaan
2d06ee4c0d
Fix some subtle things that were keeping 'hostvars' from being usable in templates.
12 years ago
Michael DeHaan
2b6d8a8be5
Fix some issues with the setup cache
12 years ago
Michael DeHaan
dde11baa56
Remove YAML inventory tests since this is now deprecated.
12 years ago