summaryrefslogtreecommitdiff
path: root/bin
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #7765 from samdolan/develMichael DeHaan2014-08-081-1/+5
|\
| * Throw an exception for a missing <file_name> param in ansible-vaultSam Dolan2014-06-141-1/+5
* | Add path checking for relative/escaped tar filenames in the ansible-galaxy co...James Cammarata2014-08-061-2/+10
* | Ignore powershell implementation files with ansible-doc as documentation live...Michael DeHaan2014-07-281-1/+2
* | Merge branch 'ufw' of git://github.com/Trozz/ansible into develMichael DeHaan2014-07-281-0/+3
|\ \
| * | include default options. #7938Michael Leer2014-07-011-0/+3
| |/
* | No hosts matched goes to stderr.Michael DeHaan2014-07-281-2/+2
* | Merge pull request #8185 from retr0h/retr0h/align-markdown-headersMichael DeHaan2014-07-171-2/+2
|\ \
| * | Align markdown headersJohn Dewey2014-07-171-2/+2
* | | Fixing bug where the file handle is not closed properly because the parenthes...Scott Brown2014-07-161-1/+1
|/ /
* | Merge pull request #7649 from sivel/vault-password-scriptJames Cammarata2014-07-142-22/+5
|\ \
| * | Allow --vault-password-file to work with a script as well as a flat fileMatt Martz2014-06-242-22/+5
| |/
* | Merge remote-tracking branch 'svg/varsplugins_refactor' into svg_and_inventor...James Cammarata2014-07-072-9/+6
|\ \ | |/ |/|
| * Move inventory.set_playbook_basedir from ansible-playbook to playbook constru...Serge van Ginderachter2014-03-251-3/+0
| * Refactor vars_plugins (host/group_vars)Serge van Ginderachter2014-03-252-6/+6
* | Merge branch 'pr_fix2' of https://github.com/carlanton/ansible into carlanton...James Cammarata2014-06-101-14/+17
|\ \
| * | Enable use of vault password for --syntax-check, --list-hosts and --list-tasksAnton Lindström2014-05-201-14/+17
* | | ansible-pull should respect inventory file settings because, say, Python inte...Alex Chistyakov2014-06-051-1/+4
|/ /
* | Commenting out pkg_resources lines for now, as they break hacking/env-setupJames Cammarata2014-04-292-4/+4
* | Merge branch 'feature/multi-version-import' of https://github.com/abadger/ans...James Cammarata2014-04-292-0/+6
|\ \
| * | Require a recent enough version of pycrypto and see that playbook and vault u...Toshio Kuratomi2014-03-142-0/+6
* | | Merge pull request #6585 from eggsby/patch-3jctanner2014-04-041-1/+1
|\ \ \
| * | | Allow vault encrypted vars as extra_varsThomas Omans2014-03-191-1/+1
* | | | Remove limitation on number of files for encrypt subcommand in ansible-vaultJames Tanner2014-04-021-3/+0
* | | | Addresses #4109 Remove debug print statementJames Tanner2014-03-271-1/+0
* | | | Fixes #4109 Filter plays by tags when using --list-hostsJames Tanner2014-03-271-5/+11
| |_|/ |/| |
* | | Merge pull request #6681 from zytek/develjctanner2014-03-252-2/+2
|\ \ \
| * | | strip() vault password fileJakub Paweł Głazik2014-03-251-1/+1
| * | | Strip() vault password fileJakub Paweł Głazik2014-03-251-1/+1
* | | | Fixes #4777 add --force-handlers option to run handlers even if tasks failJames Tanner2014-03-241-1/+4
* | | | Addresses #6579 Disallow vault passwords with newline characters by stripping...James Tanner2014-03-191-0/+1
* | | | Fixes #6579 allow for vault passwords ending with newline charsJames Tanner2014-03-193-8/+0
| |/ / |/| |
* | | Merge pull request #6531 from bob-smith/formattingMichael DeHaan2014-03-171-3/+3
|\ \ \
| * | | Add space after full stop in ansible-galaxy helpJohn Barker2014-03-171-3/+3
| |/ /
* | | Merge pull request #5864 from stevetjoa/ansibleJames Tanner2014-03-171-0/+4
|\ \ \
| * | | adding -K flag for ask-sudo-pass to ansible-pullSteve Tjoa2014-02-031-0/+4
* | | | Fixes #6467 ansible command should not assume sudo if ask_sudo_pass or sudo_userJames Tanner2014-03-171-2/+0
| |/ / |/| |
* | | Merge pull request #5720 from mschurenko/develMichael DeHaan2014-03-161-1/+16
|\ \ \
| * | | added random sleep option to ansible-pullMatt2014-01-221-1/+16
* | | | Merge pull request #5890 from ingmar/ansiblepull-extravars-5707Michael DeHaan2014-03-161-0/+4
|\ \ \ \
| * | | | ansible-pull support for -e (--extra-vars) option (same as ansible-playbook) ...Ingmar Hupp2014-02-051-0/+4
| | |/ / | |/| |
* | | | Merge pull request #6004 from res0nat0r/fix_ansible-doc_snippetsMichael DeHaan2014-03-161-3/+8
|\ \ \ \
| * | | | Only display equals sign in summary for required options.Stefhen Hovland2014-02-141-1/+6
| * | | | Ensure option output is sorted.Stefhen Hovland2014-02-141-2/+2
| |/ / /
* | | | Merge pull request #5895 from trbs/listtasks_honors_limitMichael DeHaan2014-03-161-1/+3
|\ \ \ \
| * | | | make --list-tasks honor --limittrbs2014-02-061-1/+3
* | | | | Micro-optimization: replace s.find(x)!=-1 with x in sCristian Ciupitu2014-03-161-1/+1
| |_|_|/ |/| | |
* | | | Implement new default cipher class AES256James Tanner2014-03-101-4/+4
* | | | get rid of newline chars when reading password fileFrancesc Esplugas2014-03-021-0/+2
* | | | Remove breakpointJames Tanner2014-02-261-1/+0