summaryrefslogtreecommitdiff
path: root/bin/ansible-pull
Commit message (Expand)AuthorAgeFilesLines
* Modernize install (#76021)Matt Martz2021-10-191-1/+1
* Making the switch to v2James Cammarata2015-05-031-257/+1
* avoid path issues by determining the path of ansible-pull and using its path ...Steve Gargan2015-03-171-3/+6
* Allow ansible (ad-hoc) to support --extra-vars alsoMatt Martz2015-02-111-0/+2
* Fix #6346. Add key_file and accept_hostkey to ansible-pullMax Riveiro2015-01-311-1/+13
* Only write actual errors to stderrSören Tempel2015-01-301-2/+2
* Add tags optionsmmicael12014-11-101-0/+4
* Improved inventory handling when inventory does not yet existWill Thames2014-08-221-1/+4
* Restrict ansible-pull to only do scm checkout onceWill Thames2014-08-201-1/+1
* ansible-pull should respect inventory file settings because, say, Python inte...Alex Chistyakov2014-06-051-1/+4
* 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
* | 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
| |/
* | Remove breakpointJames Tanner2014-02-261-1/+0
* | Add --vault-password-file to bin/ansible-pullJames Tanner2014-02-261-0/+6
|/
* Fixes #3973 Second Revision of live ansible-pull outputJames Tanner2014-01-101-13/+24
* Revert "Fixes #3973 live output for ansible-pull"James Tanner2013-12-191-44/+2
* Fixes #3973 live output for ansible-pullJames Tanner2013-12-191-2/+44
* 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
* | add a default value for the -d option of ansible-pullMichael Scherer2013-10-181-3/+4
|/
* Minor format fix in ansible-pull related to the -f patchJames Cammarata2013-09-201-2/+1
* Added -f/--force option to ansible-pullJohn Florian2013-09-031-1/+9
* Extend ansible-pull to support other source repositoriesStephen Fromm2013-08-201-15/+28
* set checkout destination directory to be full pathMatt Lesko2013-07-051-0/+2
* Merge branch 'option-updates' of git://github.com/jlund/ansible into develMichael DeHaan2013-06-301-6/+6
|\
| * Updates to Ansible command optionsJoshua Lund2013-06-261-5/+5
* | 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
* Add --limit to calls to ansible and ansible-playbookStephen Fromm2012-11-111-2/+3
* Add --purge option to ansible-pullStephen Fromm2012-10-121-0/+11
* Clean up auto-selection of playbook and miscellaneous changesStephen Fromm2012-10-121-48/+47
* change method of obtaining hostname to match ansible/library/setupMatthew Johnson2012-10-121-2/+2
* fetch the git repo before trying to find a playbookMatthew Johnson2012-10-121-8/+7
* Merge commits from copperlight's branch ansible-pull_playbook_parameter branchStephen Fromm2012-10-121-17/+81
* whitespace + remove deprecated YAML parser (migration script lives in example...Michael DeHaan2012-08-061-1/+1
* Add some comments to ansible-pull and the example playbookMichael DeHaan2012-05-011-0/+11
* Simplify ansible-pull to just invoke ansible and ansible-playbookStephen Fromm2012-05-021-108/+25
* Add ansible-pullStephen Fromm2012-05-021-0/+147