summaryrefslogtreecommitdiffstats
path: root/bin (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #5376 from bob-smith/galaxyhelpjctanner2014-01-141-8/+17
|\
| * Add some blank lines in help to add readabilityJohn Barker2013-12-201-2/+4
| * Display context appropriate help and inform the user they can do '--helpJohn Barker2013-12-201-8/+15
* | Fixes #3973 Second Revision of live ansible-pull outputJames Tanner2014-01-101-13/+24
* | Fixed splitting of role/user name when username has a '.' in itJames Cammarata2014-01-061-1/+4
* | Don't show tracebacks on Control-C.Michael DeHaan2013-12-261-0/+3
* | Fixing a small typo in the Galaxy README templateJoshua Lund2013-12-251-1/+1
* | Set default role license to BSDJames Tanner2013-12-201-1/+1
* | Use os.pathsep to split roles_path instead of a colonJames Tanner2013-12-201-2/+2
* | Split roles_path on colon separators and use the first path for the installat...James Tanner2013-12-201-0/+3
* | Create a default README.md with ansible-galaxy initJames Tanner2013-12-201-0/+41
* | Don't create main.yml in files/templates directories on galaxy initJames Cammarata2013-12-201-1/+1
* | Addresses #5364 urllib quote role namesJames Tanner2013-12-201-0/+3
|/
* add var for format.kiri2013-12-191-1/+1
* Default deps list in ansible-galaxy template to an empty listJames Cammarata2013-12-191-1/+3
* Don't place (or higher) in the min_ansible_versionMatt Martz2013-12-191-1/+1
* Addresses #5341 expand home directories for role_path in ansible.cfgJames Tanner2013-12-191-2/+7
* Fixes #5341 Use constants.py to set the roles directoryJames Tanner2013-12-191-4/+6
* Add the ansible-galaxy commandJames Tanner2013-12-191-0/+730
* Merge pull request #4817 from j2sol/zero-exitjctanner2013-12-021-2/+2
|\
| * Exit 0 with no matched hostsJesse Keating2013-11-061-2/+2
* | Merge pull request #4706 from mvo5/bugfix/more-syntax-checkjctanner2013-11-141-1/+1
|\ \
| * | load tasks/vars includes in syntax-check mode as wellMichael Vogt2013-10-281-1/+1
* | | Merge pull request #4484 from mscherer/add_short_hostnamejctanner2013-11-141-4/+7
|\ \ \
| * | | also fix the doc, forgot in last commitMichael Scherer2013-10-131-2/+3
| * | | ansible-pull by default will look for local.yml and $fqdn.yml.Michael Scherer2013-10-131-2/+4
* | | | Merge pull request #4466 from sfromm/ansibleJames Tanner2013-11-141-39/+92
|\ \ \ \
| * | | | Add pager support to ansible-docStephen Fromm2013-10-111-39/+88
| |/ / /
* | | | Merge pull request #3937 from masahide/develjctanner2013-11-071-1/+2
|\ \ \ \ | |_|_|/ |/| | |
| * | | Take out the spaces inside the parenthesis.YAMASAKI Masahide2013-08-241-1/+1
| * | | Supports to the playbook of Process SubstitutionYAMASAKI Masahide2013-08-241-1/+2
* | | | add a default value for the -d option of ansible-pullMichael Scherer2013-10-181-3/+4
| |_|/ |/| |
* | | Fix 'ansible-doc -l' runtime error following commit 4430d0fStoned Elipot2013-10-161-1/+1
| |/ |/|
* | Minor format fix in ansible-pull related to the -f patchJames Cammarata2013-09-211-2/+1
* | Merge branch 'devel' of https://github.com/jflorian/ansible into jflorian-develJames Cammarata2013-09-211-1/+9
|\ \
| * | Added -f/--force option to ansible-pullJohn Florian2013-09-031-1/+9
| |/
* / Fixed -e "" on ansible-playbook.Alan Descoins2013-09-071-1/+1
|/
* Merge branch 'exit-3-on-dark' of https://github.com/j2sol/ansible into j2sol-...James Cammarata2013-08-232-4/+11
|\
| * Exit with status 3 if no failures but unreachable.Jesse Keating2013-08-142-4/+11
* | Parse --extra-vars as YAML (which includes JSON)Alek Storm2013-08-231-6/+5
* | Support multiple --extra-vars flagsAlek Storm2013-08-221-9/+9
* | Extend ansible-pull to support other source repositoriesStephen Fromm2013-08-201-15/+28
|/
* Misc style fixes.Michael DeHaan2013-08-102-5/+5
* Never ask for SSH password when using local connection.Andy R2013-08-072-0/+6
* ansible-playbook can load extra vars from a file, with "@" syntaxAlan Descoins2013-07-241-4/+14
* Remove task count information from task list.Michael DeHaan2013-07-211-1/+2
* Added --skip-tags option to ansible-playbook.Alan Descoins2013-07-171-12/+25
* set checkout destination directory to be full pathMatt Lesko2013-07-051-0/+2
* Merge pull request #3303 from markmandel/feature/sudo_passMichael DeHaan2013-07-011-2/+0
|\
| * Don't turn on sudo for all tasks when setting the sudo_user or ask_sudo_pass,Mark Mandel2013-06-211-2/+0