Commit graph

249 commits

Author SHA1 Message Date
Michael DeHaan
b9d8ca4f30 Merge pull request #166 from lorin/tasks-not-element
'tasks' should not be preceded by '-' in examples
2012-08-02 19:04:24 -07:00
Lorin Hochstein
ce2cdc22c4 'tasks' should not be preceded by '-' in examples 2012-08-01 22:50:03 -04:00
Michael DeHaan
71d7f1acf9 add naming info to FAQ 2012-08-01 21:03:14 -04:00
Michael DeHaan
157bdbbd73 slight tweak to 'who uses' 2012-08-01 20:44:34 -04:00
Michael DeHaan
717884b61a amend best practices 2012-08-01 00:52:48 -04:00
Michael DeHaan
dde93ae55a fixup service docs 2012-08-01 00:50:16 -04:00
Michael DeHaan
30f42b9735 Module docs cleanup + rebuild 2012-07-31 23:19:41 -04:00
Michael DeHaan
5d5231c4d0 undocument service list=status, since that's gone now 2012-07-31 23:10:15 -04:00
Michael DeHaan
dde17404c6 Mention the AnsibleModule common code on the docs site 2012-07-31 23:08:04 -04:00
Michael DeHaan
962e6e5572 module doc updates for 0.6 (release pending soon) 2012-07-31 22:47:04 -04:00
Michael DeHaan
1aa3c1522c Updating various doc items with 0.6 features, releasing soon, and removing references to things new in 0.4, which
has been out long enough to no longer be new.
2012-07-31 22:19:04 -04:00
Michael DeHaan
dac0db9ca2 Add company + rebuild 2012-07-30 22:57:01 -04:00
Michael DeHaan
b76e8c9028 Merge pull request #158 from ADRIyas/patch-1
Update rst/modules.rst
2012-07-31 12:40:56 -07:00
Lorin Hochstein
49385bb3a3 Minor doc fixups for apt module.
Change hyphens to underscores in argument names, e.g.:
 update-cache -> update_cache

Remove question mark in description of behavior of update_cache.
2012-07-31 09:02:37 -04:00
ADRIyas
2253fa1019 Update rst/modules.rst 2012-07-31 00:14:50 +08:00
Michael DeHaan
75d5f2579d Merge pull request #141 from pas256/master
EC2 external inventory documentation
2012-07-29 17:14:34 -07:00
Lorin Hochstein
840f3c951b Document postgresql_db and postgresql_user modules. 2012-07-29 13:49:42 -04:00
Michael DeHaan
bb7ef45347 add a user + docs rebuild 2012-07-28 16:34:37 -04:00
Michael DeHaan
8fb2e2707c name is optional on a task 2012-07-28 10:24:47 -04:00
Michael DeHaan
c39b7261f1 node -> tier and some feature matrix reorg 2012-07-28 10:17:14 -04:00
Michael DeHaan
eef5bf4778 add note about sudo_user 2012-07-28 08:42:20 -04:00
Michael DeHaan
2078627e3b docs rebuild 2012-07-27 22:56:53 -04:00
Michael DeHaan
c4a6b68cb9 Update index 2012-07-27 22:42:07 -04:00
Michael DeHaan
288499e391 homepage cleanup 2012-07-27 22:30:36 -04:00
Michael DeHaan
10fc56adf0 Attempt to make the home page less of a wall of text. Probably more to come. 2012-07-27 22:16:14 -04:00
Michael DeHaan
db19d83e40 Update the format of the modules page to use tables. 2012-07-27 20:35:45 -04:00
Michael DeHaan
58cb60c8af fix company name + docs rebuild 2012-07-27 19:22:51 -04:00
Michael DeHaan
ebdb991813 link fix 2012-07-25 23:49:33 -04:00
Michael DeHaan
fb7ab7b7ed fix up html 2012-07-25 23:38:47 -04:00
Michael DeHaan
a4004e50df Rebuild 2012-07-25 23:34:02 -04:00
Michael DeHaan
0ca377eea4 Build + cleanup who uses page 2012-07-25 23:33:47 -04:00
Michael DeHaan
69e8b75dc3 Merge pull request #151 from lorin/apt-get-update
Document that apt-cache=yes is equivalent to apt-get update.
2012-07-26 07:51:42 -07:00
Michael DeHaan
f187227cb6 Merge pull request #146 from lorin/git-nobranch
Remove branch arg from git docs.
2012-07-26 06:05:40 -07:00
Lorin Hochstein
1694146c2d Document that apt-cache=yes is equivalent to apt-get update. 2012-07-26 08:57:09 -04:00
Lorin Hochstein
769ea7aefc Document the 'remote' argument for the git module. 2012-07-26 08:53:05 -04:00
Michael DeHaan
2f71eb0366 Merge pull request #140 from ludovicc/master
Document sudo_user in playbook
2012-07-25 18:48:08 -07:00
Lorin Hochstein
def22a9cf0 Remove branch arg from git docs.
The "branch" arg doesn't work, users should use "version" instead
for specifying branches.
2012-07-25 17:18:31 -04:00
Lorin Hochstein
dfd60149c0 Add link to setup module when ansible vars first referenced.
Add a cross-reference link to the setup module documentation, so
users know where to look to find more detail about what ansible
variables are available.
2012-07-25 15:21:42 -04:00
Michael DeHaan
db014182e6 Update the inventory docs + rebuild 2012-07-20 11:51:17 -04:00
Peter Sankauskas
c5f791a297 Completed documentation of the EC2 external inventory script 2012-07-17 17:30:47 -07:00
Peter Sankauskas
4c4a96b088 Beginning to add EC2 documentation. 2012-07-16 17:57:22 -07:00
Ludovic Claude
8e0560f41c Document sudo_user 2012-07-16 18:28:32 +02:00
Michael DeHaan
52bcdf5e38 Merge pull request #138 from lorin/master
Fix missing colon in YAML example
2012-07-14 11:58:03 -07:00
Lorin Hochstein
def40d0389 Missing a colon in a YAML example. 2012-07-10 14:39:52 -03:00
Peter Sankauskas
3807e16cad Adding the documentation for 'install-recommends' to APT. 2012-07-09 11:34:06 -07:00
Peter Sankauskas
107784980e Issue 135: Updating to reflect reality 2012-07-06 11:13:40 -07:00
Michael DeHaan
d3fa1c36a5 docs build + formatting fix on the modules page 2012-07-04 17:47:04 -04:00
Michael DeHaan
6eb53ad540 misc doc updates for 0.5 2012-07-04 17:44:39 -04:00
Michael DeHaan
c963278c58 Merge pull request #129 from goozbach/master
Add a global_vars file for use of all playbooks.
2012-07-04 11:31:14 -07:00
Jonathan Palley
c3221f12cc Add/update documentation about magic variables. 2012-07-02 14:17:21 +08:00