Michael DeHaan
e43ae3c0f7
Update test strategies guide.
11 years ago
James Tanner
33eec0dc55
Fixes #6398 Add missing parameters to ansible-playbook manpage
11 years ago
James Cammarata
6f405c8970
Updated footer date and adding in misc. file generated by earlier doc update
11 years ago
Maykel Moya
0b44a3e54f
Minor grammar fix in manpages
11 years ago
Michael DeHaan
388365b90a
Add reference to Guru to sidebar.
11 years ago
Michael DeHaan
52b2cfedfc
Add release history for 1.4.1 into 1.5 branch.
11 years ago
Michael DeHaan
f7c3975f21
Add version_added to all modules missing version_added information, the docs formatter will now
...
raise errors when omitted, updated changelog with new modules.
11 years ago
James Cammarata
8283183023
Adding sshpass as packaging requirement and fixing VERSION
11 years ago
Michael DeHaan
4ae3ef8af9
Disable inventory test
12 years ago
Michael DeHaan
267b29cec7
Manpage tweaks, docs rebuild
12 years ago
Michael DeHaan
aa4ad80bda
Update release version.
12 years ago
r-p-e
1f1eb4125f
align manpages with actual code for --syntax-check
12 years ago
Michael DeHaan
2a66185920
update manpage for new options.
12 years ago
Michael DeHaan
318e3302fb
Fix up some version related things on the devel branch.
12 years ago
Michael DeHaan
6a5df97393
Manpage documentation ALSO should be sorted
12 years ago
Michael DeHaan
5bdc16338e
Release version bump for 0.9 (development branch)
12 years ago
Michael DeHaan
aa98c84a62
HP and vsphere modules are crazy awesome but I am thinking these belong in contrib not core.
12 years ago
Michael DeHaan
975c323e39
Release version bump
12 years ago
Michael DeHaan
4920533c05
Add --limit to manpage
12 years ago
Tim Bielawa
698bcaa581
Fully document the -v option.
12 years ago
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
6ea022de01
docs build
12 years ago
Michael DeHaan
8fa4dc3920
Small change to previous patch, make ranges of hosts inclusive.
12 years ago
Michael DeHaan
a490213d45
Release bump to start development on 0.6
13 years ago
Michael DeHaan
efac68b636
Remove the -D module debug flag, which no longer is functional due to sudo pty requirements, and replace with -v/--verbose.
...
This flag will show playbook output from non-failing commands. -v is also added to /usr/bin/ansible, but not yet used.
I also gutted some internals code dealing with 'invocations' which allowed the callback to know what module invoked
it. This is not something 0.5 does or needed, so callbacks have been simplified.
13 years ago
Michael DeHaan
da3816d370
Move version files to 0.5 for devel branch
13 years ago
Michael DeHaan
b9982fc17b
Reinstate --extra-vars, which can do things in playbooks like:
...
ansible-playbook release-my-app.yml --extra-vars="version=123"
And make $version available in the playbook without re-editing the file
13 years ago
Tim Bielawa
621dc83ac2
Fix man page option description indentation.
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
9ce27be878
Remove extra_vars tests
13 years ago
Michael DeHaan
b24ec71ca3
Update docs to reflect --port going away and --sudo and --remote-user being added to ansible-playbook
13 years ago
Michael DeHaan
579bd1d417
manpage updates
13 years ago
John Eckersberg
5aad4bacc7
Bump release to 0.0.2
13 years ago
Tim Bielawa
446ba1795a
Show when options require arguments in the man pages.
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