summaryrefslogtreecommitdiff
path: root/lib/ansible/cli/pull.py
Commit message (Expand)AuthorAgeFilesLines
* ansible-pull handlle empty node/hostname return (#76965)Brian Coca2022-02-071-1/+5
* Start of moving away from six (#75863)Martin Krizek2021-10-211-4/+4
* Modernize install (#76021)Matt Martz2021-10-191-1/+15
* ansible-pull, restore repo options (#75491)Brian Coca2021-08-121-3/+2
* ansible-pull - update help info for --directory option (#74936)David Shrewsbury2021-06-111-1/+2
* ansible-pull: Run All Playbooks When Multiple Are Supplied (#73172)sommersoft2021-03-171-6/+13
* Update pull.py (#70393)Ethan2020-07-021-1/+1
* Migrate command line parsing to argparse (#50610)Matt Martz2019-04-231-34/+36
* Avoid auto-interpreter for ansible-pull localhost. (#53699)Matt Clay2019-03-121-0/+2
* Become plugins (#50991)Matt Martz2019-02-111-1/+1
* unquote ev (#51560)Brian Coca2019-01-311-2/+2
* Handle complex quoting in extra args in pull cli (#50212)Brian Coca2019-01-231-3/+3
* Move the arguments module into cli/ and context_objects into utilsToshio Kuratomi2019-01-031-1/+1
* Cleanups and fixes to cliToshio Kuratomi2019-01-031-9/+11
* Split up the base_parser functionToshio Kuratomi2019-01-031-13/+12
* Save the command line arguments into a global contextToshio Kuratomi2019-01-031-93/+90
* Add a Singleton metaclass, use it with Display (#48935)Matt Martz2018-11-201-8/+2
* ansible-pull: allow specifying --diff from check_opts cli flag group (#37645)Daniel Nägele2018-08-281-0/+8
* Compare byte strings to byte stringsToshio Kuratomi2018-03-201-5/+5
* add support for other scms to pull (#33152)Brian Coca2017-12-131-5/+24
* Add --vault-id support to ansible-pullAndreas Olsson2017-12-061-0/+3
* Avoid default inventory proccessing for pull (#32135)Brian Coca2017-10-251-6/+4
* validate that existing dest is valid directoryBrian Coca2017-10-121-0/+3
* fixed pull's ansible/git invocation options (#30938)Brian Coca2017-09-271-11/+22
* Ansible Config part2 (#27448)Brian Coca2017-08-151-1/+1
* Add check mode support to ansible-pull (#28021)giovannisciortino2017-08-141-0/+4
* Support multiple vault passwords (#22756)Adrian Likins2017-07-281-2/+3
* Collated PEP8 fixes (#25293)Dag Wieers2017-06-021-16/+17
* spelling fixes (non-trivial, changing messages) (#25094)Abhijeet Kasurde2017-06-011-2/+2
* Transition inventory into plugins (#23001)Brian Coca2017-05-231-6/+11
* .--. . .--. ---.. / .. ... / .- -. -. --- -.-- .. -. --.Brian Coca2017-03-241-4/+2
* added docs to CLI docstringsaddedBrian Coca2017-03-241-13/+23
* draft to generate man pagesBrian Coca2017-03-241-0/+1
* Refactor parsing of CLI args so that we can modify them in the base classToshio Kuratomi2016-10-061-3/+4
* Fixes #12309 (#14121)w1r0x2016-06-231-0/+11
* Add '--skip-tags' to ansible-pullMalte Krupa2016-03-301-0/+2
* better fix for ansible-pull inventory handlingBrian Coca2016-02-021-3/+8
* harcoding inventory/hosts when pulling from repoBrian Coca2016-01-291-4/+2
* fix whitespaceRobin Roth2015-12-131-1/+1
* make shallow clone the default for ansibel-pullRobin Roth2015-12-131-4/+4
* add depth option to ansible-pullRobin Roth2015-12-101-0/+6
* Use self.args when we parse arguments that way the arguments can be construct...Toshio Kuratomi2015-12-061-1/+1
* fixed ansible-pull broken optionsBrian Coca2015-12-031-9/+16
* reverted to previous pull checkout dir behaviourBrian Coca2015-12-031-1/+6
* corrected playbook path, reformated options helpBrian Coca2015-12-031-4/+5
* Finish up plugin porting to global displayToshio Kuratomi2015-11-111-1/+0
* Migrate cli and dependencies to use global displayToshio Kuratomi2015-11-111-11/+18
* removed debug printBrian Coca2015-10-291-1/+0
* removed requirement of destination and set documented defaultBrian Coca2015-10-291-5/+3
* fixes options for ansible pullBrian Coca2015-10-291-4/+4