summaryrefslogtreecommitdiff
path: root/setup.py
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #6994 from tonk/docfixMichael DeHaan2014-04-291-0/+1
|\
| * Fix documentation errorTon Kersten2014-04-151-0/+1
* | Cleaning up the import testing around setuptoolsJames Cammarata2014-04-291-8/+3
* | Prnt error message is unable to use setuptools when buildingToshio Kuratomi2014-04-021-1/+11
* | distutils' requires parameter doesn't work with setuptools. UseToshio Kuratomi2014-03-141-1/+1
* | Require a recent enough version of pycrypto and see that playbook and vault u...Toshio Kuratomi2014-03-141-1/+1
|/
* Added ansible-vault to the installerTon Kersten2014-02-211-1/+2
* Tweak library installation path to default to /usr/share/ansible if specifiedJames Cammarata2014-02-171-1/+7
* Merge branch 'patch-1' of https://github.com/eggsby/ansible into eggsby-patch-1James Cammarata2014-02-171-1/+2
|\
| * bugfix: support path separators in module pathThomas Omans2014-01-141-1/+2
* | AnsibleWorks -> AnsibleMichael DeHaan2014-01-281-2/+2
|/
* setup.py: fix ansible-galaxy was not installed when using make installRene Moser2013-12-201-1/+2
* Revert "Merge pull request #4874 from leth/editable_install"James Tanner2013-12-161-18/+6
* Fix setup.py to work with 'pip install -e .'Marcus Cobden2013-11-111-6/+18
* Add module utils path to setup.pyMichael DeHaan2013-10-261-0/+1
* Fix the install destination, now with os.path.joinTon Kersten2013-09-231-1/+1
* Fix the install destinationTon Kersten2013-09-231-1/+1
* use DEFAULT_MODULE_PATH in setup.py so that there is a chance to override wit...Skylar Saveland2013-09-161-2/+2
* Update URLs and email address in setup.pyMichael DeHaan2013-08-241-5/+3
* fix package mentioned twice in setup.pyBenjamin Schwarze2013-05-151-1/+0
* commit 290ecfcdc2fa6dcbee8328130c85916fdebd5152Ton Kersten2013-04-291-1/+4
* CLI: ansible-doc shows lists of modules & module docs on command-lineJan-Piet Mens2012-11-301-1/+2
* Add ansible.runner.filter_plugins package to setup.pyJeroen Hoekx2012-11-051-0/+1
* Make ansible.utils a packageDaniel Hokka Zakrisson2012-11-021-0/+1
* Fixup setup.py pathMichael DeHaan2012-10-261-1/+1
* Make group_vars and host_vars available to usr/bin/ansible, and make vars_plu...Michael DeHaan2012-10-261-0/+1
* add lookup plugins to setup.pyMichael DeHaan2012-10-121-0/+1
* Add DIST_MODULE_PATH so setup.py and ansible.spec can live in harmony. Closes...Tim Bielawa2012-10-111-2/+2
* Add package to setup.pyMichael DeHaan2012-09-071-0/+1
* Install action_pluginsDaniel Hokka Zakrisson2012-09-081-0/+1
* Update setup.pyMichael DeHaan2012-08-211-2/+2
* Ship the noop.py callbackMichael DeHaan2012-08-181-0/+1
* setup.py needs adjusting to ansible.runner.connections so that make rpm worksDave Hatton2012-08-191-1/+1
* If ANSIBLE_KEEP_REMOTE_FILES=1 is set as an environment file, remote files wi...Michael DeHaan2012-08-161-5/+9
* Include bin/ansible-pull as part of the sdist in distutils.Tim Bielawa2012-08-091-1/+2
* more whitespaceMichael DeHaan2012-08-061-1/+1
* Split connection code into submodules.Michael DeHaan2012-05-301-0/+1
* Listed python sub-packages in setup.py.Joshua Tacoma2012-05-281-0/+3
* Add requirements in setup.py.Stefane Fermigier2012-04-221-2/+2
* Because folks on RHEL 6 (not CentOS 6) have some issues with asciidoc, do not...Michael DeHaan2012-03-151-0/+4
* modify build/spec file to work on el6 with quasi-broken setup processSeth Vidal2012-03-131-8/+0
* Fixup RPM building: Makefile, Spec File, .gitignoreTim Bielawa2012-03-101-18/+15
* Add manpage for ansible-playbook, since it is a command. More detailed docs ...Michael DeHaan2012-03-091-1/+2
* Drop other man(5) pages so we can have only one source of docs -- ansible.git...Michael DeHaan2012-03-081-4/+0
* add MANIFEST.in, ansible.spec, modify setup.py for rpm pkg creationSeth Vidal2012-03-051-3/+3
* Make sure tempdirs are cleaned up after execution steps, fix notifiers, make ...Michael DeHaan2012-03-021-0/+1
* merge Seth's ansible-command script with ansible proper, so we can do nice ou...Michael DeHaan2012-02-281-1/+0
* Rename ans-command to ansible-command and ans-playbook to ansible-playbook so...Michael DeHaan2012-02-281-1/+2
* remove debug statementMichael DeHaan2012-02-281-0/+4
* Minor error handling tweaks (yell if no args) for ansible-command and some minorMichael DeHaan2012-02-281-0/+1