summaryrefslogtreecommitdiff
path: root/bin/ansible-playbook
Commit message (Expand)AuthorAgeFilesLines
...
| * | load tasks/vars includes in syntax-check mode as wellMichael Vogt2013-10-281-1/+1
* | | 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
* | | 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-221-3/+10
|\ \
| * | Exit with status 3 if no failures but unreachable.Jesse Keating2013-08-141-3/+10
* | | Parse --extra-vars as YAML (which includes JSON)Alek Storm2013-08-221-6/+5
* | | Support multiple --extra-vars flagsAlek Storm2013-08-221-9/+9
|/ /
* | Misc style fixes.Michael DeHaan2013-08-101-2/+2
* | Never ask for SSH password when using local connection.Andy R2013-08-071-0/+3
* | 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
|/
* 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
* | Updates to Ansible command optionsJoshua Lund2013-06-261-8/+4
|/
* 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
* Adds a logfile for ansible playbooks that can be set by the environment or co...Michael DeHaan2013-04-271-9/+25
* Resolve merge conflictMichael DeHaan2013-04-221-7/+2
* Make --list-tasks work nicer with --tagsMichael DeHaan2013-04-221-5/+4
* Merge pull request #2622 from skvidal/playbook-start-at-taskMichael DeHaan2013-04-111-0/+4
|\
| * implement --start-at-task option to hop to a specific task before starting ru...Seth Vidal2013-04-091-0/+4
* | Decided to not deprecate legacy template syntax for now. Backwards compat is...Michael DeHaan2013-04-101-5/+0
* | Add code to flag legacy templating like $foo.{bar} as deprecated in favor of ...Michael DeHaan2013-04-101-1/+7
|/
* Change the retry logic to write a limit file, able to source limit from files...Michael DeHaan2013-04-081-1/+1
* When playbooks fail, attempt to create an inventory file in the inventory dir...Michael DeHaan2013-04-071-6/+17
* Modify output banners to have constant length and use dashes insteadMichael DeHaan2013-04-061-5/+5
* add --step option to ansible-playbooks to let people step through a playbookSeth Vidal2013-03-111-0/+4
* Some formatting preferences for --list-hosts and --list-tasksMichael DeHaan2013-02-091-2/+5
* Merge branch 'devel' of git://github.com/schmic/ansible into schmic-develMichael DeHaan2013-02-091-7/+23
|\
| * Adds commandline parameter --list-tasksschmic2013-02-071-7/+23
* | Very basic --diff option for showing what happens when templates change.Michael DeHaan2013-02-071-3/+11
|/
* No authentication with --syntax-checkschmic2013-02-071-1/+1
* This implements a basic --check mode which for now is only implemented on tem...Michael DeHaan2013-02-031-1/+4
* Create Play objects for --list-hosts to mimic actual behaviourDaniel Hokka Zakrisson2013-02-031-13/+7
* Enable --list-hosts with a list of hostsDaniel Hokka Zakrisson2013-01-131-1/+4
* make --list-hosts expand out extra vars in the hosts: fieldSeth Vidal2012-12-111-1/+2
* Reuse inventory object created by ansible-playbook in playbookDaniel Hokka Zakrisson2012-11-271-2/+1
* Merge pull request #1629 from dagwieers/list-hosts-playsMichael DeHaan2012-11-171-5/+6
|\
| * Make --list-hosts consider all plays (in multiple playbooks)Dag Wieers2012-11-151-5/+6
* | Fail ansible-playbook when the hosts list (with applied subset) is emptyDag Wieers2012-11-151-0/+5
|/
* ansible-playbook verifies playbooks exist before running themfdavis2012-11-111-0/+7
* Merge branch 'playbook_ssh_ask_pass' of git://github.com/clatour/ansible into...Michael DeHaan2012-11-031-0/+1
|\
| * Added config option for default ask for ssh_passChandler Latour2012-11-021-0/+1
* | Added config option to control default of asking or not for sudo passwordBrian Coca2012-10-301-0/+1
|/
* pyflakes fixes (mostly unused imports, unused vars)Michael DeHaan2012-10-301-1/+0
* trivial --syntax-check option to ansible to just do the yaml validationSeth Vidal2012-10-151-0/+7