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
Derek Carter
3aefdb0e87
added global vars to best practice
2012-06-21 16:50:57 -04:00
Michael DeHaan
73f7416864
Fix formatting glitch.
2012-06-19 21:22:18 -04:00
Michael DeHaan
dd7113cc63
Merge pull request #122 from alanorth/getting_started
...
Clarify getting started instructions for git checkouts
2012-06-15 04:38:48 -07:00
Derek Carter
cf3da1bd25
vars_files doesn't use include
2012-06-14 13:19:05 -04:00
Alan Orth
78c02a9163
Clarify getting started instructions for git checkouts
...
The default branch is already devel (as of June 14, 2012), so there's
no need to check this one out explicitly. Also, it was being checked
out before we had even entered the source folder, which was obviously
a mistake.
2012-06-14 16:45:15 +03:00
Nathan A. Feger
2797b9f7fb
Adding note about ${vars}
...
Add a note about how it is possible to use ${var} in addition to $var
2012-06-12 19:32:42 -05:00
Michael DeHaan
e21595fcc7
Merge pull request #113 from johncallender/master
...
Found a couple more broken doc links
2012-05-19 17:57:10 -07:00
Michael DeHaan
71350a176c
Merge pull request #112 from wgjohnson/examples-edits
...
removed '-' from ansible calls
2012-05-19 17:56:42 -07:00
Michael DeHaan
340faa5fde
Add service state=reloaded
2012-05-19 17:30:20 -04:00
John Callender
b243b8dcbf
Fixing a couple more internal doc links.
2012-05-15 18:16:32 -07:00
Wes Johnson
992c2b8234
removed '-' from ansible calls
2012-05-15 13:03:10 -07:00
John Callender
25d868c654
minor format and typo edits for the 0.4 doc update.
2012-05-13 17:08:42 -07:00
Michael DeHaan
0127df97b5
new playbooks best practices page + docs rebuild
2012-05-13 11:56:09 -04:00
Michael DeHaan
4994566124
Various docs reorg and additions
2012-05-13 11:00:02 -04:00
Daniel Néri
2673b4b8a4
Remove outdated note about apt module
2012-05-12 22:22:43 +03:00
Michael DeHaan
85cedf52ef
fix rst + docs rebuild
2012-05-10 01:41:31 -04:00
Michael DeHaan
f81000c127
Document list on service module
2012-05-10 01:41:00 -04:00
Michael DeHaan
8559f0167d
var section tweaks
2012-05-10 01:36:52 -04:00
Michael DeHaan
c193f774c2
Doc custom facts
2012-05-10 01:33:19 -04:00
Michael DeHaan
d9fe6e959b
update docs
2012-05-10 01:27:34 -04:00
Michael DeHaan
7ea369a068
Doc system flags
2012-05-10 01:26:40 -04:00
Michael DeHaan
a00ab37b22
Document raw module.
2012-05-10 01:20:31 -04:00
Michael DeHaan
c9f6a2c978
Undocument override hosts (gone in 0.4, use -i "host1,host2" if you must, but want to leave that undocumented
...
as it's not a best practice so much.
2012-05-10 01:05:32 -04:00
Michael DeHaan
2166ed8e98
Document sudo -U
2012-05-10 01:04:26 -04:00
Michael DeHaan
f4e01d2b19
notes about EPEL and release cycles
2012-05-10 00:58:27 -04:00
Michael DeHaan
0151ed4508
misc clarifications
2012-05-10 00:46:12 -04:00
Michael DeHaan
1051d8f5ca
Update git module docs
2012-05-10 00:42:26 -04:00
Matt Coddington
fc7bb858e4
Clarifications/fixes for executable inventory examples
2012-05-11 17:20:25 -04:00
Michael DeHaan
2d75199d83
Fix doc error about nested groups
2012-05-06 17:16:42 -04:00
Michael DeHaan
f0d9f9652c
Document inventory format upgrades in 0.4
2012-05-06 17:13:57 -04:00
Michael DeHaan
7f5c1b8f02
Temporary note about YAML support in 0.4, in case anyone tries it, coming back very very soon!
2012-05-06 15:05:42 -04:00
Michael DeHaan
eadc78549f
Rebuild
2012-05-02 00:55:54 -04:00
Michael DeHaan
0dcbffe784
Merge branch 'minor_edits' of https://github.com/johncallender/ansible.github.com
...
Conflicts:
rst/modules.rst
2012-05-02 00:55:19 -04:00
Michael DeHaan
2f04126ea8
Merge pull request #94 from wgjohnson/master
...
Change the 'name' value for Playbook's variable example
2012-05-03 19:12:02 -07:00
Wes Johnson
77f33a70ba
remove old dest entries
2012-05-03 18:01:11 -07:00
Wes Johnson
b06c4a1618
rewrite file's 'dest' argument
...
Previously, there were two entries for 'dest'. I've combined them in a
way that makes sense to me.
This will be superfluous when 'path' is made. Ideally, I'd like to see
'path' have the bulk of the definition, and 'dest' to be an alias to
'path'.
2012-05-03 17:47:44 -07:00
Wes Johnson
dfd671d60e
change 'name' to a better description for variable example.
...
'make a directory' is a bad description, since the command "template …"
doesn't actually create a directory.
2012-05-03 16:54:41 -07:00
Michael DeHaan
5954a7d8cc
Merge pull request #88 from sfromm/selinux
...
Update file documentation for se* options
2012-05-03 15:47:41 -07:00
Peter Sankauskas
01576f9447
Add UID to user module documentation
2012-05-03 10:47:27 -07:00
Stephen Fromm
2059c5f657
Update file documentation for se* options
...
Describes how you can use '_default' to seuser, serole, setype, and
selevel to use the default context from the policy, if available.
2012-05-02 12:03:56 -07:00
John Callender
26c141e96e
Issue #84 : Doc tweaks for modules, moduledev, and playbooks
2012-05-02 06:53:29 -07:00
John Callender
b247da54f1
Issue #82 : Minor edits to doc text and formatting
2012-05-01 22:35:02 -07:00
Michael DeHaan
0c2dd7b057
Clarify include section
2012-05-02 00:34:37 -04:00
Michael DeHaan
139a1324e9
Allude to ansible-pull, more docs coming later.
2012-05-02 00:23:47 -04:00
Michael DeHaan
7d228c5198
Add github fork banner to docs project to correct for missing akamai resource.
2012-04-28 11:20:38 -04:00
Michael DeHaan
d049d425e6
Clarify stderr behavior of modules
2012-04-27 01:39:15 -04:00
Michael DeHaan
aed5414cb6
Add note about variable precedence
2012-04-25 22:48:04 -04:00
Michael DeHaan
d6368ab4fa
Update facter/ohai parts to talk about ansible facts in most recent release
2012-04-25 22:46:00 -04:00
Michael DeHaan
eba1340542
Document ansible facts
2012-04-25 22:40:11 -04:00
Michael DeHaan
0165ceb3cc
Document how to reference variables about another host from any host.
2012-04-25 22:32:24 -04:00
Michael DeHaan
c6a709a954
Add new apt options and replace 'ensure' with 'state'
2012-04-25 22:28:22 -04:00
Michael DeHaan
26fb8eeb99
Update docs to explain how to get Python 2.6 going on EPEL
2012-04-25 22:25:13 -04:00
Michael DeHaan
ab5ea63ae7
Add another item to testimonials section.
2012-04-22 20:05:11 -04:00
Michael DeHaan
e38ea3807c
Merge pull request #66 from sfromm/selinux
2012-04-22 16:50:13 -07:00
Michael DeHaan
ab75ff5b39
Add "What People Are Saying" section. Rebuild.
2012-04-22 11:43:03 -04:00
Stephen Fromm
439b218309
Add documentation for context option to file module
2012-04-21 23:51:03 -07:00
Michael DeHaan
666afef0e5
Small edits to packaging section, docs rebuild
2012-04-21 12:12:46 -04:00
Michael DeHaan
7b7108928e
Merge pull request #62 from tbielawa/fixYumExample
...
Fix yum example
2012-04-21 09:09:15 -07:00
Michel Blanc
4aac448b06
Adds AUR link for Arch build
...
Adds URL to AUR ansile page
Adds suggestion to symlink python to python2 since most Arch users have
python3 by default. This suggestion might not be wise, though it doesn't
seem to break anything.
It might be probably wiser to have a patch for the AUR build that takes
care of this.
2012-04-20 21:34:44 +02:00
Tim Bielawa
7b7428a31e
Fix yum example
2012-04-20 14:26:45 -04:00
Michael DeHaan
bc0980496c
Typo + fix header depth
2012-04-19 10:45:41 -04:00
Michael DeHaan
6831fb796c
Shorten things up. We probably need a better slogan :)
2012-04-19 10:15:20 -04:00
Michael DeHaan
f63d7bcacc
Since the first h2 appears as the title (need to fix this) put something up there
...
that makes some sense. Should put Ansible first in the html TITLE, need to investigate
Sphinx details
2012-04-19 10:13:45 -04:00
Michael DeHaan
806fdf0fbe
Clarify update-cache
2012-04-19 09:57:30 -04:00
Michel Blanc
de25ec1f29
Fixes typo
...
Fixes typo in apt/update-cache blurb
2012-04-19 22:27:29 +02:00
Michel Blanc
25e86ddb7d
Adds doc for apt operations
...
Documents update-cache and puge apt module options
2012-04-19 22:25:12 +02:00
Michael DeHaan
85647b252d
Various doc updates
2012-04-18 23:02:28 -04:00
Michael DeHaan
a510bdc469
Update fetch docs
2012-04-18 21:21:49 -04:00
Michael DeHaan
da97024419
Explain template dep further
2012-04-17 21:02:19 -04:00
Michael DeHaan
7c43ca4fb1
Make note about jinja2 dependency going away
2012-04-17 20:57:01 -04:00
Michael DeHaan
cd5fe8a467
update FAQ
2012-04-17 20:54:01 -04:00
Michael DeHaan
0ab8d9e193
Logo on every page.
2012-04-17 20:47:29 -04:00
Michael DeHaan
6c547e5f0f
Logo update
2012-04-17 20:42:46 -04:00
Michael DeHaan
9d7668207e
Merge pull request #53 from sfromm/selinux
...
Describe selinux functionality in file module
2012-04-17 17:34:44 -07:00
Stephen Fromm
b9b0cd775b
Describe selinux functionality in file module
2012-04-17 17:08:17 -07:00
Michael DeHaan
4f95dacee1
Document with_items
2012-04-17 20:04:24 -04:00
Michael DeHaan
85f0ff2572
Remove legacy port usage, now belongs in inventory file
2012-04-17 20:00:41 -04:00
Michael DeHaan
1caca11647
Rebuild + port docs
2012-04-17 19:59:41 -04:00