Michael DeHaan
31d0060de8
Standardized on yml suffix, so fix this example content filename.
11 years ago
Michael DeHaan
10009b0d3f
Starting to refactor module formatter script.
...
Rename "jpfunc" to something more explanatory
11 years ago
Levi Gross
dc6a26123b
Fixed syntax error and removed unused imports
11 years ago
Stoned Elipot
b85743e228
shell module: document removes option and sync with command module doc
11 years ago
Michael DeHaan
c44b876c82
Merge pull request #5415 from jlund/galaxy-readme
...
Fixing a small typo in the Galaxy README template
11 years ago
Michael DeHaan
080296a028
Merge pull request #5414 from jlund/mode-typo
...
Fixing a typo in the Amazon Web Services and Rackspace Cloud guides
11 years ago
Michael DeHaan
b0578c82c2
Merge pull request #5416 from sa2ajj/more-minor-doc-fixes
...
More minor doc fixes
11 years ago
Michael DeHaan
99daaa5bb5
Re-add the playbook introduction which was replaced earlier.
11 years ago
Mikhail Sobolev
d1d20b7065
add a link to the resources section
11 years ago
Mikhail Sobolev
34f65f8e84
fix the link formatting
11 years ago
Michael DeHaan
1a106ac419
Add copy of Sphinx RTD theme so we can modify if needed and everyone has a consistent copy.
11 years ago
Michael DeHaan
e00262c1b3
Split content into subpages.
11 years ago
Joshua Lund
ed39bebaa8
Fixing a small typo in the Galaxy README template
11 years ago
Michael DeHaan
5b5556020f
Reorg of the documentation tree such that the sidebar will be more correct. Some work yet to do on module docs.
11 years ago
Michael DeHaan
041cea134f
New Sphinx theme has sidebar navigation so don't need TOC on each page.
11 years ago
Michael DeHaan
be78b50ea0
Remove static theme files since we're just grabbing the theme from pip.
11 years ago
Michael DeHaan
c88c3a40c6
Use the sphinx_rtd_theme
11 years ago
Joshua Lund
1696b14beb
Fixing a typo in the Amazon Web Services and Rackspace Cloud guides
11 years ago
Michael DeHaan
384cac7779
Use a docsite theme that is in source control, work in progress.
11 years ago
Michael DeHaan
ce17e6419c
Merge pull request #5405 from sivel/guide-rax-fix
...
Rackspace Guide Example Fix
11 years ago
David Hummel
c5433d9742
Check for group_name and cidr_ip.
11 years ago
Matt Martz
c328cdbb53
Missed prefixed variable attribute
11 years ago
Jasper N. Brouwer
a52ca73167
Swapped conditions of the changed if statements
11 years ago
Michael DeHaan
643690ffec
Remove depedency of lookup plugin on setting in ansible.cfg
11 years ago
Michael DeHaan
5b3c796641
Update constants.py
...
Lookup plugins for optional web services do not warrant advertising in ansible.cfg.
11 years ago
Michael DeHaan
7490e3d61e
Update ansible.cfg
...
Lookup plugins do not warrant settings in ansible.cfg.
11 years ago
Michael DeHaan
8169b50050
Merge pull request #5382 from a-sk/devel
...
Remove quotes aroung etcd_url value
11 years ago
Michael DeHaan
f34b64b5b8
Merge pull request #5385 from tgerla/docsfixes
...
minor typo fixes for the rolling update guide
11 years ago
Tim Gerla
c89381fa2e
minor typo fixes for the rolling update guide
11 years ago
Michael DeHaan
d3cc5bd649
Merge pull request #5384 from sfromm/cleantmpdir
...
Make sure action plugin copy cleans up tmp dir
11 years ago
Stephen Fromm
833e1f6e2a
Make sure action plugin copy cleans up tmp dir
...
The copy action plugin creates its own tmp dir for each file that it
copies to the target machine. However, it does not clean up the
original tmp path it was given when run() is called. This cleans up the
tmp path before it begins looping on source files.
11 years ago
Janitha Karunaratne
fd037f5960
Fixes #5381 easy_install bug when used with virtualenv
11 years ago
a-sk
29a3bb744e
Remove quotes aroung etcd_url value
...
I get errors like this with etcd_url = 'http://127.0.0.1:4001 ':
urllib2.URLError: <urlopen error unknown url type: 'http>
11 years ago
Michael DeHaan
d6ea5be20f
Various syntax and layout things, add Galaxy to docs
11 years ago
Michael DeHaan
d481b6e686
Some slight tweaks to the continuous delivery docs.
11 years ago
Michael DeHaan
12e61b6c32
Merge branch 'lamp_tutorial' of git://github.com/tgerla/ansible into devel
11 years ago
Michael DeHaan
08792be98e
Some minor tweaks to make things a little more tutorial-like, moved credentials section up higher, etc.
11 years ago
Michael DeHaan
de24a40cde
Wrap lines a bit tighter for easier editing.
11 years ago
John Barker
d607f2ccf5
Add some blank lines in help to add readability
11 years ago
Michael DeHaan
bb165f423d
Merge branch 'rax-guide' of git://github.com/sivel/ansible into devel
11 years ago
David Hummel
bd67c6756a
Add rule group_name parameter whose value can reference containing group name.
11 years ago
John Barker
ed858f9f72
Display context appropriate help and inform the user they can do '--help
...
<command>
11 years ago
James Tanner
95d1cda5d2
Add 1.4.3 release information to CHANGELOG
11 years ago
James Tanner
fd96bcbb67
Update released version in the docsite index page
11 years ago
jctanner
fd184534bf
Merge pull request #5371 from sivel/loops-register-doc-fix
...
Fix rst warnings in playbooks_loops.rst
11 years ago
James Tanner
43a1e503c3
Set default role license to BSD
11 years ago
Matt Martz
1e1a943a6e
Fix rst warnings in playbooks_loops.rst
11 years ago
Matt Martz
22dd1590df
Add guide_rax.rst
11 years ago
James Tanner
c37fa5ddce
Use os.pathsep to split roles_path instead of a colon
11 years ago
James Tanner
82d145534c
Split roles_path on colon separators and use the first path for the installation path
11 years ago