summaryrefslogtreecommitdiffstats
path: root/library (follow)
Commit message (Expand)AuthorAgeFilesLines
* (Re #882) Handle errors in get_interfacesSundar Raman2012-08-161-0/+4
* Make easy_install module actually work.Jeremy Penner2012-08-151-21/+16
* meaningless whitespace changesMichael DeHaan2012-08-151-9/+31
* Can use fail JSON here, remove debug statementMichael DeHaan2012-08-151-4/+1
* Fix aliases, package not found is not an errorMichael DeHaan2012-08-151-2/+4
* Merge branch 'devel' of https://github.com/skvidal/ansible into develMichael DeHaan2012-08-151-127/+190
|\
| * fixes to yum moduleSeth Vidal2012-08-141-0/+11
| * cover all of the edge cases with and without yum-utils installed.Seth Vidal2012-08-141-126/+179
| * subprocess is already imported in module_common - no need for it hereSeth Vidal2012-08-141-1/+0
* | Merge pull request #866 from akhayyat/develMichael DeHaan2012-08-151-24/+64
|\ \
| * | setup: add type and default_ipv{4,6} to linux network factsAhmad Khayyat2012-08-141-24/+64
* | | Merge pull request #876 from elventear/postgresql_fixMichael DeHaan2012-08-151-5/+18
|\ \ \ | |_|/ |/| |
| * | Autocommit support for psycopg2 < 2.4.2Pepe Barbe2012-08-151-1/+6
| * | Fix using postgres default valuesPepe Barbe2012-08-151-4/+12
| |/
* / Fix spelling of architecture for non-x86Daniel Hokka Zakrisson2012-08-141-1/+1
|/
* update config codeMichael DeHaan2012-08-141-0/+1
* Merge pull request #859 from zecrazytux/bugfix/apt_repositoryMichael DeHaan2012-08-141-6/+7
|\
| * Quote the repository string when appending it to the command line in the apt_...Sebastien Bocahu2012-08-131-2/+2
| * Add support for Debian in apt_repositorySebastien Bocahu2012-08-131-1/+1
| * Fixed scoping issue in apt_repository module.Sebastien Bocahu2012-08-131-5/+6
* | Merge pull request #860 from goozbach/broken_mountMichael DeHaan2012-08-141-5/+5
|\ \
| * | fixed missing module argument for mount moduleDerek Carter2012-08-131-5/+5
| |/
* / Use Python 2.4 compatible syntaxPepe Barbe2012-08-131-2/+2
|/
* Try to find ip command in either /sbin or /usr/sbinStephen Fromm2012-08-121-2/+7
* Tweak invocation of ip in LinuxNetworkStephen Fromm2012-08-121-1/+1
* Fix indentationMichael DeHaan2012-08-123-4/+4
* rename variable 'pkg' in yum module such that the auto-handled error messages...Michael DeHaan2012-08-121-7/+7
* Add module common code to allow it to be easier to indicate whether arguments...Michael DeHaan2012-08-123-50/+21
* tweak config mode check to just have a defaultMichael DeHaan2012-08-111-6/+3
* Make pep8 tests run against the library directory as well, and associated twe...Michael DeHaan2012-08-1112-136/+130
* Merge pull request #850 from akhayyat/virt-factsMichael DeHaan2012-08-111-19/+24
|\
| * Add openvz detection to virtualization facts, and some cleanupAhmad Khayyat2012-08-111-19/+24
* | Don't include local addresses in the all_ipv4/6 listMichael DeHaan2012-08-111-5/+11
* | Update doc string and minor cleanupAhmad Khayyat2012-08-111-12/+13
* | Recognize interface aliases in network facts, and add IP factsAhmad Khayyat2012-08-111-85/+80
|/
* Merge pull request #838 from sfromm/issue825Michael DeHaan2012-08-111-4/+14
|\
| * Update file module to not recurse when setting ownershipStephen Fromm2012-08-101-4/+14
* | Fix variable scopeSébastien Bocahu2012-08-101-23/+23
* | Relative symlinks don't really work (module bug) and would be confusing anywa...Michael DeHaan2012-08-101-1/+1
* | Fix a scoping issue that was fixing some non-repoquery-installed casesMichael DeHaan2012-08-101-2/+3
* | Merge branch 'yum-wo-repoquery' of https://github.com/dhozac/ansible into develMichael DeHaan2012-08-101-51/+90
|\ \
| * | Allow using the yum module without repoqueryDaniel Hokka Zakrisson2012-08-091-51/+90
* | | Merge pull request #830 from cybertoast/feature/pip_module_py2.4Michael DeHaan2012-08-101-1/+4
|\ \ \
| * | | Further syntax fix work on Python2.4Sundar Raman2012-08-101-1/+4
* | | | Merge pull request #828 from skvidal/develMichael DeHaan2012-08-101-3/+35
|\ \ \ \ | |/ / / |/| | |
| * | | fix case where destination does not yet exist - no backup can be madeSeth Vidal2012-08-091-5/+6
| * | | add backup= option to copy. makes a backup of the file on the targetSeth Vidal2012-08-091-3/+34
| | |/ | |/|
* / | Fix syntax to work on Python2.4Sundar Raman2012-08-091-1/+5
|/ /
* / make yum module work with list=pkgspecSeth Vidal2012-08-091-3/+3
|/
* Only run yum,apt through the with_items loop if there is a list of items. Ju...Michael DeHaan2012-08-091-1/+0