Michael DeHaan
9c5ec886a6
Import cleanup, plus have /bin/ansible remind you if no hosts were matched by a pattern (for instance, assume
...
there was a typo in the pattern)
2012-03-18 17:53:58 -04:00
Michael DeHaan
f1c8fc63cb
host file must be marked config(noreplace), update rpm build to use checked in manpage src
2012-03-31 11:08:42 -04:00
Michael DeHaan
9049b0e7ca
Because folks on RHEL 6 (not CentOS 6) have some issues with asciidoc, do not build the asciidoc from
...
the rpm or make install targets. Also modify the make install (only) to copy over files into the library
directory since the setup.py does not do this (due to a distutils bug, more or less).
2012-03-15 20:21:10 -04:00
Tim Bielawa
3f245498c4
Fixup RPM building: Makefile, Spec File, .gitignore
...
Fixup distutils: setup.py
Clean old cruft: section 5 man pages
2012-03-10 14:22:11 -05:00
Michael DeHaan
209760f8f6
Add manpage for ansible-playbook, since it is a command. More detailed docs will remain on the web site.
2012-03-09 22:06:44 -05:00
Michael DeHaan
742258a078
Drop other man(5) pages so we can have only one source of docs -- ansible.github.com for those operations.
...
Easier to maintain and much more verbose.
2012-03-08 13:56:27 -05:00
Michael DeHaan
de3cff8cef
Removing vim swap files and MANIFEST from rpmbuild on 'make clean'
2012-03-05 22:47:30 -05:00
Michael DeHaan
e835cd6f92
Have 'make clean' clean up test output directory
2012-03-05 22:44:39 -05:00
Michael DeHaan
001937976f
Add RPM target. Not quite operational.
2012-03-05 22:35:59 -05:00
Tim Bielawa
2b22f546a2
Fix the py[co] part of the clean target in the make file
2012-03-05 16:21:39 -05:00
Tim Bielawa
2d052fcefb
Freshen up Makefile clean target
2012-03-05 14:12:11 -05:00
Michael DeHaan
05c5c85276
Added tests for the guts of the program (Runner()) and modules. Idea is to run
...
everything as the logged in user using local checkout and write to a tempdir.
To run tests, be sure user is in SSH authorized_keys for themselves, this DOES
run through paramiko because mocking it out would defeat the point of having tests.
2012-04-04 09:16:11 -04:00
Michael DeHaan
6541f338df
add pyflakes target & associated fixes. Also decided to save JSON to --tree file so it can
...
be better used programatically. May have to come up with another system of tree logging for
playbook if playbook decides to have tree logging. Presumably not the highest priority.
2012-03-02 22:10:51 -05:00
Michael DeHaan
3ad9db4966
Some minor from 'pep8', and silencing the PEP8 messages I don't care about.
...
Also make pep8 show all messages rather than just 1 per code.
2012-03-02 22:03:03 -05:00
Michael DeHaan
e6a1acf756
Let "all" be an alias for "*" in patterns, fix output bug on non-command execution, make clean now removes the build dir
2012-03-02 19:44:50 -05:00
Michael DeHaan
55d256d82a
Added solution to avoid checking in manpages. Just run "make" and we'll build
...
docs before python setup.py. Seems reasonable to let Makefile drive
2012-02-28 04:15:52 -05:00
Tim Bielawa
cdbc2168c1
Fix makefile manpage targets
2012-02-26 21:01:29 -05:00
Tim Bielawa
86bf871e07
Fixup the naming of the docs.
2012-02-26 21:01:04 -05:00
Michael DeHaan
2262705ea3
Added stub for ansible-playbook (format) docs. Docs on ansible-playbook script TBD once
...
written.
2012-02-26 20:47:22 -05:00
Michael DeHaan
77a7ddeebc
Add start of documentation for modules
2012-02-26 18:52:42 -05:00
Tim Bielawa
f0b0211772
Because everything should have a man page
2012-02-24 20:07:49 -05:00