Tim Bielawa
6d9e873724
Add some docs/examples
...
Add a basic ansible-pull man page.
Add the example playbooks/scripts to the RPM package.
Closes #841
12 years ago
Michael DeHaan
00c28e2810
formatting
12 years ago
Michael DeHaan
477ca2ed1a
Make pep8 tests run against the library directory as well, and associated tweaks (mostly to indentation) in the library
...
directory.
12 years ago
Dag Wieërs
6b774f8cf5
Place the freshly built RPM directly into rpm-build/
...
So we get the exact behavior as the SRPM build
12 years ago
Dag Wieërs
ec7c8eb8ca
Implements git commit date into RPM release
...
With this patch one can do `make rpm` and get an RPM file that looks like:
rpm-build/noarch/ansible-0.6-0.git201208010541.el6.noarch.rpm
My goal was not to rewrite the original SPEC file, and/or the tarball. In other
projects what I tend to do is prepare the SPEC file in the tarball with the
correct version/release so that rpmbuild works on the (released) tarball as
well. If this is wanted, we will have to rewrite the SPEC file on the fly as
part of creating the tarball. If there is no git or .git/ available, we will
use the current time.
12 years ago
Chin Fang
e3b2521f01
Added a host expansion feature to ansible's inventory parsing
12 years ago
Henry Graham
21269a845f
debian packaging
13 years ago
Michael DeHaan
e36a52f06c
Ignore pyflakes E261 style output (multiple spaces before inline comment)
13 years ago
Michael DeHaan
9d0f2a6e9b
Unused import
13 years ago
Michael DeHaan
f72114c657
Move setup.py stuff back to top level as "make sdist" was not working, plus, it makes sources cleaner.
13 years ago
Tim Bielawa
516df5f64f
Move packaging related things out of the root directory:
...
Distutils MANIFEST.in, setup.py -> packaging/distutils/ directory.
13 years ago
Tim Bielawa
66f294d5c1
Finish up moving spec file
13 years ago
Tim Bielawa
3f9a41b22d
Docs build using version in the VERSION file.
...
Makefile upgraded with comments and some simplifications.
Remove useless 'PHONEY' and 'VPATH' directives from Makefile
13 years ago
Tim Bielawa
d43cf592eb
Renaming asciidoc sources to .in.
...
Change manpages to build from *.in and add comments about how the make
targets work.
13 years ago
Tim Bielawa
2d26d1fd71
Update %description and auto-add version to manpages
...
Conflicts:
docs/man/man1/ansible-playbook.1
docs/man/man1/ansible.1
Update %description
13 years ago
Michael DeHaan
96a22b582b
Disable ohai test as it's hanging for whatever reason, but doesn't do this in real life.
...
Run tests in verbose mode.
13 years ago
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)
13 years ago
Michael DeHaan
f1c8fc63cb
host file must be marked config(noreplace), update rpm build to use checked in manpage src
13 years ago
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).
13 years ago
Tim Bielawa
3f245498c4
Fixup RPM building: Makefile, Spec File, .gitignore
...
Fixup distutils: setup.py
Clean old cruft: section 5 man pages
13 years ago
Michael DeHaan
209760f8f6
Add manpage for ansible-playbook, since it is a command. More detailed docs will remain on the web site.
13 years ago
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.
13 years ago
Michael DeHaan
de3cff8cef
Removing vim swap files and MANIFEST from rpmbuild on 'make clean'
13 years ago
Michael DeHaan
e835cd6f92
Have 'make clean' clean up test output directory
13 years ago
Michael DeHaan
001937976f
Add RPM target. Not quite operational.
13 years ago
Tim Bielawa
2b22f546a2
Fix the py[co] part of the clean target in the make file
13 years ago
Tim Bielawa
2d052fcefb
Freshen up Makefile clean target
13 years ago
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.
13 years ago
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.
13 years ago
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.
13 years ago
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
13 years ago
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
13 years ago
Tim Bielawa
cdbc2168c1
Fix makefile manpage targets
13 years ago
Tim Bielawa
86bf871e07
Fixup the naming of the docs.
13 years ago
Michael DeHaan
2262705ea3
Added stub for ansible-playbook (format) docs. Docs on ansible-playbook script TBD once
...
written.
13 years ago
Michael DeHaan
77a7ddeebc
Add start of documentation for modules
13 years ago
Tim Bielawa
f0b0211772
Because everything should have a man page
13 years ago