summaryrefslogtreecommitdiff
path: root/bin
Commit message (Expand)AuthorAgeFilesLines
* 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
* Default deps list in ansible-galaxy template to an empty listJames Cammarata2013-12-201-1/+3
* Addresses #5364 urllib quote role namesJames Tanner2013-12-201-0/+3
* Merge pull request #5357 from sivel/no-or-higherMichael DeHaan2013-12-201-1/+1
* Merge pull request #5360 from succhiello/feature/fix_galaxy_init_path_exists_msgjctanner2013-12-201-1/+1
* Addresses #5341 expand home directories for role_path in ansible.cfgJames Tanner2013-12-201-2/+7
* Fixes #5341 Use constants.py to set the roles directoryJames Tanner2013-12-201-4/+6
* Add ansible-galaxy python dependenciesv1.4.2release1.4.2James Tanner2013-12-181-0/+730
* 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-131-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-251-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-201-2/+1
* | Merge branch 'devel' of https://github.com/jflorian/ansible into jflorian-develJames Cammarata2013-09-201-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-222-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-221-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-231-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-161-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-06-301-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
* | Merge branch 'option-updates' of git://github.com/jlund/ansible into develMichael DeHaan2013-06-303-16/+10
|\ \
| * | Updates to Ansible command optionsJoshua Lund2013-06-263-15/+9
| |/
* | Add --only-if-changed option.Stavros Korokithakis2013-07-011-5/+14
|/
* remove errant and unneeded import of ansible.constantsStephen Fromm2013-06-011-2/+0
* Help ansible-pull work better in bootstap environmentStephen Fromm2013-06-011-1/+10
* Allow the group_vars and host_vars directories to be stored alongside the pla...Michael DeHaan2013-06-011-0/+3
* Keep ansible-playbook from bombing without extra-varsKent Frazier2013-05-311-1/+1
* Support JSON in --extra-vars.Fabio Bonelli2013-05-281-1/+4
* Fix empty requirements specifications in modules documentationStoned Elipot2013-05-161-1/+1