summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Update release versions for 1.2.1v1.2.1Michael DeHaan2013-07-041-1/+1
* Improve interlaced output prevention when asking for host key approval.Michael DeHaan2013-07-044-74/+92
* Default to 'smart' transport, which will use OpenSSH if it can support Contro...Michael DeHaan2013-07-042-2/+13
* Lock around SSH connectivity to new hosts in host checking mode such that pro...Michael DeHaan2013-07-041-0/+32
* Close the named temporary file.Michael DeHaan2013-07-041-0/+4
* Closing stdin too early.Michael DeHaan2013-07-041-2/+0
* Enable paramiko to ask whether to add keys to known hosts.Michael DeHaan2013-07-042-14/+64
* Makes host key checking the default behavior but can be disabled in ansible.c...Michael DeHaan2013-07-044-9/+113
* Small fix so template plugins can see inject variables.Michael DeHaan2013-06-101-0/+1
* Renamed on_no_hosts_matched/on_no_hosts_remaining to correct names in noop ca...Chris Church2013-06-091-2/+2
* Set current play/task to None for callback context when finished running the ...Chris Church2013-06-091-3/+8
* don't want to ignore explicit cwdChris Jacobs2013-06-041-1/+1
* Skip dotfile in hosts dirsChris Jacobs2013-06-041-0/+3
* optimization when adding child groupsSerge van Ginderachter2013-06-041-3/+6
* fixed first_available_file and roles supportPeter Hudec2013-06-032-7/+7
* Fix for the directory inventory source where depth information on the group w...Michael DeHaan2013-06-031-6/+13
* Merge pull request #3105 from shirou/develMichael DeHaan2013-06-031-1/+2
|\
| * fix utf-8 named task failed with --step.WAKAYAMA Shirou2013-06-031-1/+2
* | normalize pathMichael DeHaan2013-06-031-1/+1
|/
* Support for all:vars in script inventoriesDarryl Stoflet2013-06-021-2/+6
* Spelling fix.Michael DeHaan2013-06-021-1/+1
* os.path.dirname returns '' not None in some cases, handle this so inventory c...Michael DeHaan2013-06-021-1/+5
* Another lookup plugin relative path tweak.Michael DeHaan2013-06-011-2/+9
* Lookup plugins in included files now look in paths relative to their files, a...Michael DeHaan2013-06-012-0/+8
* Add ability to use |success and |failed as Jinja2 filters.Michael DeHaan2013-06-011-0/+20
* Allow cowsay to be removed mid playbook run.Michael DeHaan2013-06-011-19/+29
* Allow the group_vars and host_vars directories to be stored alongside the pla...Michael DeHaan2013-06-012-22/+83
* Make the actual user used for executing play available as 'ansible_ssh_user' ...node2013-05-311-3/+9
* Handle '#' in var strings by splitting on ' #'Pol Llovet2013-05-311-2/+2
* Remove inline comments from inventory tokenizing.Pol Llovet2013-05-301-2/+2
* Merge pull request #3017 from sergevanginderachter/roles-scriptMichael DeHaan2013-05-291-1/+4
|\
| * script support for roles: use the files/ directorySerge van Ginderachter2013-05-251-1/+1
| * Add roles support for the script moduleSerge van Ginderachter2013-05-241-1/+4
* | Some formatting fixes so docs will build, etc.Michael DeHaan2013-05-291-0/+1
* | Merge branch 'escape' of git://github.com/ngrilly/ansible into reprMichael DeHaan2013-05-291-3/+5
|\ \
| * | Escape args injected in new style modulesNicolas Grilly2013-05-241-3/+5
| |/
* | Fix copy when force=no and update _remote_md5 docs.Jeremiah Heller2013-05-292-3/+3
* | Avoid crash in module_common when the file cannot be moved/copyKavin Kankeshwar2013-05-291-2/+2
* | performance optimization in inventory.groups_list()Serge van Ginderachter2013-05-281-1/+2
* | hide magic variables used bin/ansible outputSerge van Ginderachter2013-05-271-0/+4
* | Lots of formatting fixesMichael DeHaan2013-05-241-2/+2
* | Merge pull request #2987 from kentfrazier/sudo_userMichael DeHaan2013-05-241-3/+1
|\ \
| * | Fix bug with include-level vars and sudo_user.Kent Frazier2013-05-231-3/+1
| |/
* | Merge pull request #2945 from jsmartin/new_fetchMichael DeHaan2013-05-241-2/+14
|\ \
| * | Initial Commit.James Martin2013-05-231-2/+14
* | | Merge pull request #2993 from SirScott/pkgngMichael DeHaan2013-05-241-2/+2
|\ \ \
| * | | Make pkgng and with_items result in a single module call.Scott Sturdivant2013-05-231-2/+2
| | |/ | |/|
* | | Merge pull request #2978 from bryanlarsen/basenameMichael DeHaan2013-05-241-0/+5
|\ \ \
| * | | add basename and dirname to the core jinja2 filtersBryan Larsen2013-05-221-0/+5
| |/ /
* | | Merge pull request #2998 from SirScott/runner-permissionsMichael DeHaan2013-05-241-1/+1
|\ \ \