Michael DeHaan
1f565c3d76
add documentation stub for apt, and fix agreement issues caused by Tim's doc ref link fixup.
2012-03-26 19:48:32 -04:00
Michael DeHaan
d584cdf501
Merge pull request #38 from tbielawa/littlefixes
...
little fixes here and there (docs, makefile)
2012-03-24 13:47:36 -07:00
Tim Bielawa
ef632db9f3
Fix cross-document references to 'playbooks' in the modules source.
...
Update manpages from ansible repo to show when options require args.
Update clean target Makefile so 'rm' doesn't print a useless error
when files aren't found while cleaning.
2012-03-23 22:38:29 -04:00
Michael DeHaan
5a9fe3ac62
Update shell terminal example to reflect need to single quote shell variables.
2012-03-23 21:13:51 -04:00
Michael DeHaan
5327f52c3c
Remove some note callouts on the example page and inline the commentary so it's easier to read.
2012-03-22 01:14:26 -04:00
Michael DeHaan
87ab7d76af
Document the user module
2012-03-22 01:01:02 -04:00
Michael DeHaan
315a6358b4
Mention variable for context
2012-03-21 21:02:17 -04:00
Michael DeHaan
9951888af3
Docs build
2012-03-21 20:43:51 -04:00
Michael DeHaan
96357407e0
Make chat a web link.
2012-03-21 20:42:31 -04:00
Michael DeHaan
ee2622ee7c
Show how to save conditional predicates in vars sections, which makes only_if cleaner.
2012-03-21 20:35:06 -04:00
Michael DeHaan
7136ef756d
Fix formatting error
2012-03-20 21:12:35 -04:00
Michael DeHaan
0a20e65f92
Add subscribe link to main page
2012-03-20 21:04:47 -04:00
Michael DeHaan
a045630c02
Add docs on only_if
2012-03-20 20:15:53 -04:00
Michael DeHaan
a98e0a8cc4
quoting
2012-03-19 23:56:35 -04:00
Michael DeHaan
6b8f5224b8
Added docs on conditional import usage
2012-03-19 23:43:03 -04:00
Michael DeHaan
860fe50048
Fix grammatical error.
2012-03-18 20:41:38 -04:00
Michael DeHaan
57dec507f0
List less alternative apps
2012-03-18 13:17:25 -04:00
Michael DeHaan
29293ba51d
Rename 'design goals' to 'features'
2012-03-18 13:08:45 -04:00
Michael DeHaan
cd06703fa2
Clarify some things on index page
2012-03-18 13:03:45 -04:00
Michael DeHaan
00bf6f1ebf
Mention other distributions.
2012-03-18 12:55:18 -04:00
Michael DeHaan
f29db92052
more complete from checkout docs
2012-03-18 12:45:23 -04:00
Michael DeHaan
3f75fd575c
Show how easy it is to run from checkout.
2012-03-18 12:41:00 -04:00
Michael DeHaan
c81aed412a
Fix rst syntax errors
2012-03-17 17:16:31 -04:00
Michael DeHaan
bedde394fc
Tell folks about packaged releases, but encourage usage of git.
2012-03-17 17:00:41 -04:00
Michael DeHaan
e12e724a42
Fix error on examples page
2012-03-31 11:19:35 -04:00
Michael DeHaan
12c3e04023
Fix reference
2012-03-31 10:51:48 -04:00
Michael DeHaan
f535335fe0
Add shell module to examples page.
2012-03-31 10:50:47 -04:00
Michael DeHaan
15acaec687
Crossref playbooks from async poll section
2012-03-31 10:41:29 -04:00
Michael DeHaan
f708b75d41
Fix formatting
2012-03-31 10:40:01 -04:00
Michael DeHaan
1a926c69a1
Added some foreshadowing of CLI syntax to the patterns page.
2012-03-31 10:38:24 -04:00
Michael DeHaan
7a8397d60f
link module dev guide from modules page
2012-03-31 10:21:28 -04:00
Michael DeHaan
bbc2aca10f
Make additional reference to playbooks examples dir
2012-03-31 10:17:35 -04:00
Michael DeHaan
a4c23463fb
Add IRC and google groups links to each page
2012-03-31 09:55:37 -04:00
Michael DeHaan
31c353543c
Reinstate page nav, various TOC structure cleanup
2012-03-31 09:36:37 -04:00
Michael DeHaan
3a1bbac3a7
Move see also blocks to bottom of each page to include reading docs, remove 'fork me' to avoid text overlap,
...
simply menu nav so folks find the chapter link.
2012-03-31 09:29:31 -04:00
Michael DeHaan
39d02eeff4
Add external inventory script info (and Cobbler example) to API page.
2012-03-30 22:28:30 -04:00
Michael DeHaan
d78817c426
Add file features to examples.
2012-03-15 22:57:10 -04:00
Michael DeHaan
0674c31dbc
Added documentation on the 'file' module and how 'copy' and 'template' can also use the options that 'file'
...
provides.
2012-03-15 22:47:21 -04:00
Michael DeHaan
e0bc949219
Fix doc indent level
2012-03-14 23:45:02 -04:00
Michael DeHaan
ea8770ad54
Fix pathing in example
2012-03-14 13:13:32 -04:00
Michael DeHaan
0427ec8ad6
Add missing file
2012-03-14 12:53:17 -04:00
Michael DeHaan
d9c626e686
Added start of a module development guide, prob needs some editing and maybe some simpler examples
2012-03-14 12:50:40 -04:00
Michael DeHaan
505d3942b0
Added documentation on the 'shell' module, which is a virtual module and isn't really in the library folder.
...
Docs build.
2012-03-14 20:57:35 -04:00
Michael DeHaan
38e8771785
update docs, fix playbook page formatting
2012-03-13 21:55:55 -04:00
Michael DeHaan
496686629a
Slight tweaks to playbook docs + docs rebuild
2012-03-13 20:32:55 -04:00
Michael DeHaan
8484fe3147
Clarify YAML doesn't always use a list as external variables files are hashes.
2012-03-12 23:18:54 -04:00
Michael DeHaan
0b94d3d3f8
replace 'foo' with a more meaningful example + 1 other typo
2012-03-12 23:17:59 -04:00
Michael DeHaan
37adadcc50
Updating docs, added extensive info on playbook async + external vars_files for keeping variables outside of
...
the playbook file.
2012-03-12 23:12:21 -04:00
Michael DeHaan
cf4ac3b6b2
Add yum latest to docs and examples
2012-03-12 19:23:58 -04:00
Michael DeHaan
3f834cfe3e
Docs rebuild, removing submodule because it was causing build problems and I don't quite grok them :)
2012-03-12 19:13:19 -04:00