Add some docs/examples

Add a basic ansible-pull man page.

Add the example playbooks/scripts to the RPM package.

Closes #841
This commit is contained in:
Tim Bielawa
2012-08-14 10:46:16 -04:00
parent 7d50a5c2b7
commit 6d9e873724
9 changed files with 215 additions and 18 deletions

View File

@@ -21,7 +21,7 @@ NAME = "ansible"
# directory of the target file ($@), kinda like `dirname`.
ASCII2MAN = a2x -D $(dir $@) -d manpage -f manpage $<
ASCII2HTMLMAN = a2x -D docs/html/man/ -d manpage -f xhtml
MANPAGES := docs/man/man1/ansible.1 docs/man/man1/ansible-playbook.1
MANPAGES := docs/man/man1/ansible.1 docs/man/man1/ansible-playbook.1 docs/man/man1/ansible-pull.1
SITELIB = $(shell python -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")