| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| * | Teach makefile to accept different versions of python | Jimmy Tang | 2013-03-02 | 1 | -4/+5 |
* | | Update the Makefile and build-site.py to notify of missing dependencies for d... | Tim Bielawa | 2013-03-05 | 1 | -2/+5 |
* | | Remove webdocs from docs | Daniel Hokka Zakrisson | 2013-03-05 | 1 | -1/+1 |
|/ |
|
* | Restore authors file | Michael DeHaan | 2013-03-02 | 1 | -1/+1 |
* | Adding a script to auto-generate an authors file, runnable from 'make authors... | Michael DeHaan | 2013-02-27 | 1 | -1/+4 |
* | Fix documentation YAML for pkgin module | Michael DeHaan | 2013-01-26 | 1 | -0/+4 |
* | CLI: ansible-doc shows lists of modules & module docs on command-line | Jan-Piet Mens | 2012-12-01 | 1 | -1/+1 |
* | moduleformatter.py should include our own ansible clone | Dag Wieers | 2012-11-12 | 1 | -4/+4 |
* | Fix broken RPM names due to static _rpmfilename | Dag Wieers | 2012-11-08 | 1 | -1/+1 |
* | Put generated manpages back in correct directory | Michael DeHaan | 2012-10-11 | 1 | -1/+1 |
* | Merge branch 'remove-argparse' of git://github.com/dagwieers/ansible into devel | Michael DeHaan | 2012-10-11 | 1 | -2/+5 |
|\ |
|
| * | Use getopt instead of argparse | Dag Wieers | 2012-10-09 | 1 | -1/+1 |
* | | Unified document generator and make to generate JSON and JS files | Marco Vito Moscaritolo | 2012-10-11 | 1 | -1/+12 |
* | | Working on makefile | Michael DeHaan | 2012-10-10 | 1 | -2/+2 |
|/ |
|
* | Keep the man3 directory. 'make docs' breaks without it. | Tim Bielawa | 2012-10-08 | 1 | -1/+2 |
* | Docs rebuild in new project structure. | Michael DeHaan | 2012-10-08 | 1 | -1/+4 |
* | Library functions and modules should be in the 3 man page section. Also the f... | Tim Bielawa | 2012-10-03 | 1 | -3/+3 |
* | Check in generated manpage documentation from modules | Michael DeHaan | 2012-10-03 | 1 | -2/+2 |
* | Make use of UTC dates for RPM timestamp | Dag Wieers | 2012-10-02 | 1 | -1/+1 |
* | documentation: man template: support empty options; add Version to Makefile | Jan-Piet Mens | 2012-09-30 | 1 | -1/+1 |
* | fix tests and change nosetests flags so asserts show what comparisons failed | Michael DeHaan | 2012-09-28 | 1 | -1/+1 |
* | module_formatter in hacking/ | Jan-Piet Mens | 2012-09-26 | 1 | -0/+2 |
* | date parsing for OSX is BSD-like | Matthew Johnson | 2012-09-19 | 1 | -0/+4 |
* | - Makefile now works with freebsd (date command options are diff) | Brian Coca | 2012-08-29 | 1 | -1/+7 |
* | If ANSIBLE_KEEP_REMOTE_FILES=1 is set as an environment file, remote files wi... | Michael DeHaan | 2012-08-17 | 1 | -2/+0 |
* | Add some docs/examples | Tim Bielawa | 2012-08-14 | 1 | -1/+1 |
* | formatting | Michael DeHaan | 2012-08-12 | 1 | -2/+2 |
* | Make pep8 tests run against the library directory as well, and associated twe... | Michael DeHaan | 2012-08-11 | 1 | -1/+2 |
* | Place the freshly built RPM directly into rpm-build/ | Dag Wieërs | 2012-08-01 | 1 | -1/+2 |
* | Implements git commit date into RPM release | Dag Wieërs | 2012-08-01 | 1 | -5/+16 |
* | Added a host expansion feature to ansible's inventory parsing | Chin Fang | 2012-07-24 | 1 | -1/+1 |
* | debian packaging | Henry Graham | 2012-04-24 | 1 | -3/+10 |
* | Ignore pyflakes E261 style output (multiple spaces before inline comment) | Michael DeHaan | 2012-04-21 | 1 | -1/+1 |
* | Unused import | Michael DeHaan | 2012-04-21 | 1 | -2/+23 |
* | Move setup.py stuff back to top level as "make sdist" was not working, plus, ... | Michael DeHaan | 2012-04-21 | 1 | -8/+10 |
* | Move packaging related things out of the root directory: | Tim Bielawa | 2012-04-19 | 1 | -3/+8 |
* | Finish up moving spec file | Tim Bielawa | 2012-04-18 | 1 | -6/+8 |
* | Docs build using version in the VERSION file. | Tim Bielawa | 2012-04-17 | 1 | -14/+17 |
* | Renaming asciidoc sources to .in. | Tim Bielawa | 2012-04-17 | 1 | -3/+8 |
* | Update %description and auto-add version to manpages | Tim Bielawa | 2012-04-17 | 1 | -3/+4 |
* | Disable ohai test as it's hanging for whatever reason, but doesn't do this in... | Michael DeHaan | 2012-03-31 | 1 | -1/+1 |
* | Import cleanup, plus have /bin/ansible remind you if no hosts were matched by... | Michael DeHaan | 2012-03-18 | 1 | -1/+1 |
* | host file must be marked config(noreplace), update rpm build to use checked i... | Michael DeHaan | 2012-03-31 | 1 | -1/+1 |
* | Because folks on RHEL 6 (not CentOS 6) have some issues with asciidoc, do not... | Michael DeHaan | 2012-03-16 | 1 | -5/+5 |
* | Fixup RPM building: Makefile, Spec File, .gitignore | Tim Bielawa | 2012-03-10 | 1 | -7/+38 |
* | Add manpage for ansible-playbook, since it is a command. More detailed docs ... | Michael DeHaan | 2012-03-10 | 1 | -1/+1 |
* | Drop other man(5) pages so we can have only one source of docs -- ansible.git... | Michael DeHaan | 2012-03-08 | 1 | -1/+1 |
* | Removing vim swap files and MANIFEST from rpmbuild on 'make clean' | Michael DeHaan | 2012-03-06 | 1 | -0/+3 |
* | Have 'make clean' clean up test output directory | Michael DeHaan | 2012-03-06 | 1 | -0/+2 |
* | Add RPM target. Not quite operational. | Michael DeHaan | 2012-03-06 | 1 | -1/+6 |