Commit Graph

623 Commits (0.6)

Author SHA1 Message Date
Michael DeHaan 08c1f96e4b Fix some subtle behavior of how the get_url module chains into the file module, plus blend the results of daisy chain
14 years ago
Michael DeHaan ce01c3f7e7 Allow unicode transfer by not base64 encoding. Also: faster
14 years ago
Michael DeHaan 227dfc17f3 fix tree output
14 years ago
Michael DeHaan 05df6464ef Make module args as unicode more or less not choke.
14 years ago
Michael DeHaan b76efa39be Fix some templating issues, needs testing with anti-unicode safeguard around shlex.split
14 years ago
Seth Vidal f924c96370 remove the tab I found
14 years ago
Michael DeHaan c192d8a2b2 Revert "Apply templating to module arguments in playbook"
14 years ago
Michael DeHaan 38ed7ca7df Merge pull request #759 from lorin/error-feedback
14 years ago
Lorin Hochstein aed6ee7f74 Report only name in task error, all on one line
14 years ago
Lorin Hochstein fa9fe9d246 If task action is invalid, output the name and action.
14 years ago
Michael DeHaan fe87a16a3e Make yum module use one-pass with with_items
14 years ago
Will Thames 4fedb17e38 Apply templating to module arguments in playbook
14 years ago
Will Thames d43d81a9a4 Raise exception when sudo user does not exist
14 years ago
Michael DeHaan 25acfa8170 Join with_items for the apt module, yum pending, and various fixes to the yum module to support aliases
14 years ago
Michael DeHaan 86ec639176 add error handling if you try to load files in the wrong data format
14 years ago
Michael DeHaan 08c5fe875b yell if input data for host or group vars are not hashes
14 years ago
Michael DeHaan ed14312ad6 reinstate invalid argument checks where possible, daisy chainee/chained modules turn it off
14 years ago
Petros Moisiadis 2ac4acbf97 fixes for tests
14 years ago
Petros Moisiadis 5f4bf813b1 added an 'ignore_errors' option to tasks
14 years ago
Michael DeHaan f60517aa33 temporarily disable failing check on some things
14 years ago
Ahmad Khayyat 6728b6cdda Allow = symbols in variable values in host inventory
14 years ago
Michael DeHaan 8700de964c Teach the common module code to warn users about typo'd arguments and also set everything to None automatically such
14 years ago
Timothy Appnel b30f4688cd concatenating stdout and stderr in runner/__init__'s _low_level_exec_command.
14 years ago
u348095 7e279f972e Use sudo_user as an argument in the sudo command
14 years ago
Michael DeHaan 8e60ad986a Do not log login_password params to DB module
14 years ago
Michael DeHaan da44fb1e43 Fixes #731 by reinstating variables for inventory scripts
14 years ago
Michael DeHaan ff82f0a168 Further service module tweaks
14 years ago
Peter Sankauskas 0188889aea Making inventory pattern matching handle group names
14 years ago
Michael DeHaan d0f0315c9d Merge pull request #723 from skvidal/devel
14 years ago
Seth Vidal 21a35bde00 new patch - adds a 'boolean' function to the module_common class and cleans up
14 years ago
Derek Carter 547395a2be added inventory_hostname_short varible
14 years ago
willthames ad9b8e2312 Output version string when --version is passed using optparse's version argument
14 years ago
Michael DeHaan 17be5537d6 When sudoing to another user, the umask may be set such that the next user might not be able to read/execute
14 years ago
Michael DeHaan fcdc281c28 If sudoing to a user other than root, the home directory of the original user is very unlikely to be readable by the
14 years ago
Michael DeHaan aa40c5f3b3 remove commented out debug lines
14 years ago
Michael DeHaan ee5f12cd40 Slight tweaks on vars_prompt upgrades
14 years ago
Petros Moisiadis c717934b7e Improved 'vars_prompt' syntax to support prompt text and (non-)private input
14 years ago
Michael DeHaan a65b4fef97 Fix up chain invocations of template
14 years ago
Michael DeHaan 19fc8eea80 Things that happen inside multiprocessing shouldn't make side effects, ergo append ansible_facts only
14 years ago
Michael DeHaan da4562f495 changes to not clear the setup cache between runs, and also decide to run plays with no tasks
14 years ago
Michael DeHaan f371092845 rm stray comment
14 years ago
Michael DeHaan e035ce97ce blue on black, tears on a river, push on a shove, it don't mean much
14 years ago
Lorin Hochstein b63a3bd0c7 Save module name and args when processing list of items.
14 years ago
Michael DeHaan 8d7f526df6 importing/not-importing methods should be colorized
14 years ago
Michael DeHaan d3e8e8ff54 Fix output message
14 years ago
Michael DeHaan c16b691883 Copy module needs to use src as transfer path.
14 years ago
Michael DeHaan 263432daa1 Changed no hosts to red. Not sure this is the right color choice, but there is no orange :)
14 years ago
Michael DeHaan 82cca242e3 use AnsibleError so that if there is an error it does not print a traceback
14 years ago
Michael DeHaan 8fa4dc3920 Small change to previous patch, make ranges of hosts inclusive.
14 years ago
Michael DeHaan 416b8d59a9 Merge branch 'devel' of https://github.com/fangchin/ansible into devel
14 years ago