Commit graph

319 commits

Author SHA1 Message Date
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
Michael DeHaan
2de89035e7 Merge pull request #159 from lorin/apt-args
Minor doc fixups for apt module.
2012-07-31 12:40:24 -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
Michael DeHaan
1e32e8bbf7 add donation link 2012-07-30 20:08:13 -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
Michael DeHaan
cd2f44877a Merge pull request #154 from lorin/postgres-docs
Document postgresql_db and postgresql_user modules.
2012-07-29 12:36:51 -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
2baf4f2e22 rebuild 2012-07-28 10:24:56 -04:00
Michael DeHaan
8fb2e2707c name is optional on a task 2012-07-28 10:24:47 -04:00
Michael DeHaan
a4b07056ce docs rebuild 2012-07-28 10:18:46 -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
40d790f6b9 Add who uses to git 2012-07-25 23:36:14 -04:00
Michael DeHaan
e15da1563b Rebuild 2012-07-25 23:34:20 -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
6491e0a1fb Merge pull request #150 from Lennie/patch-1
Update index.html
2012-07-26 07:50:26 -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
Lennie
5a58eb16c0 Update index.html
I propose this quote from the mailinglist should go in the "What People Are Saying" section.
2012-07-26 15:34:12 +03:00
Michael DeHaan
2f71eb0366 Merge pull request #140 from ludovicc/master
Document sudo_user in playbook
2012-07-25 18:48:08 -07:00
Michael DeHaan
f131a7da36 Merge pull request #145 from lorin/link-to-setup
Add link to setup module when ansible vars first referenced.
2012-07-25 18:45:59 -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
799fb60051 Rebuild 2012-07-20 11:51:23 -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
Michael DeHaan
78654d7b6d Merge pull request #137 from pas256/patch-3
Adding the documentation for 'install-recommends' to APT.
2012-07-14 11:57:32 -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
Michael DeHaan
429d1108ce Merge pull request #136 from pas256/patch-2
Issue 135: Updating to reflect reality
2012-07-06 18:04:51 -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