Commit graph

8083 commits

Author SHA1 Message Date
Michael DeHaan
99daaa5bb5 Re-add the playbook introduction which was replaced earlier. 2013-12-24 18:51:46 -05:00
Michael DeHaan
1a106ac419 Add copy of Sphinx RTD theme so we can modify if needed and everyone has a consistent copy. 2013-12-24 18:10:19 -05:00
Michael DeHaan
e00262c1b3 Split content into subpages. 2013-12-24 18:05:41 -05:00
Michael DeHaan
5b5556020f Reorg of the documentation tree such that the sidebar will be more correct. Some work yet to do on module docs. 2013-12-24 17:51:16 -05:00
Michael DeHaan
041cea134f New Sphinx theme has sidebar navigation so don't need TOC on each page. 2013-12-24 17:29:28 -05:00
Michael DeHaan
be78b50ea0 Remove static theme files since we're just grabbing the theme from pip. 2013-12-24 17:24:05 -05:00
Michael DeHaan
c88c3a40c6 Use the sphinx_rtd_theme 2013-12-24 17:23:38 -05:00
Michael DeHaan
384cac7779 Use a docsite theme that is in source control, work in progress. 2013-12-24 14:10:49 -05:00
Michael DeHaan
ce17e6419c Merge pull request #5405 from sivel/guide-rax-fix
Rackspace Guide Example Fix
2013-12-24 09:27:20 -08:00
Matt Martz
c328cdbb53 Missed prefixed variable attribute 2013-12-23 13:56:48 -06:00
Michael DeHaan
643690ffec Remove depedency of lookup plugin on setting in ansible.cfg 2013-12-21 08:49:08 -05:00
Michael DeHaan
5b3c796641 Update constants.py
Lookup plugins for optional web services do not warrant advertising in ansible.cfg.
2013-12-21 08:46:11 -05:00
Michael DeHaan
7490e3d61e Update ansible.cfg
Lookup plugins do not warrant settings in ansible.cfg.
2013-12-21 08:43:51 -05:00
Michael DeHaan
8169b50050 Merge pull request #5382 from a-sk/devel
Remove quotes aroung etcd_url value
2013-12-21 05:42:26 -08:00
Michael DeHaan
f34b64b5b8 Merge pull request #5385 from tgerla/docsfixes
minor typo fixes for the rolling update guide
2013-12-21 05:40:34 -08:00
Tim Gerla
c89381fa2e minor typo fixes for the rolling update guide 2013-12-20 16:02:36 -08:00
Michael DeHaan
d3cc5bd649 Merge pull request #5384 from sfromm/cleantmpdir
Make sure action plugin copy cleans up tmp dir
2013-12-20 15:51:07 -08:00
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.
2013-12-20 14:58:34 -08:00
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>
2013-12-21 02:34:07 +04:00
Michael DeHaan
d6ea5be20f Various syntax and layout things, add Galaxy to docs 2013-12-20 17:07:06 -05:00
Michael DeHaan
d481b6e686 Some slight tweaks to the continuous delivery docs. 2013-12-20 16:43:18 -05:00
Michael DeHaan
12e61b6c32 Merge branch 'lamp_tutorial' of git://github.com/tgerla/ansible into devel 2013-12-20 16:31:44 -05:00
Michael DeHaan
08792be98e Some minor tweaks to make things a little more tutorial-like, moved credentials section up higher, etc. 2013-12-20 16:30:55 -05:00
Michael DeHaan
de24a40cde Wrap lines a bit tighter for easier editing. 2013-12-20 16:13:40 -05:00
Michael DeHaan
bb165f423d Merge branch 'rax-guide' of git://github.com/sivel/ansible into devel 2013-12-20 16:07:00 -05:00
James Tanner
95d1cda5d2 Add 1.4.3 release information to CHANGELOG 2013-12-20 14:13:48 -05:00
James Tanner
fd96bcbb67 Update released version in the docsite index page 2013-12-20 13:28:10 -05:00
jctanner
fd184534bf Merge pull request #5371 from sivel/loops-register-doc-fix
Fix rst warnings in playbooks_loops.rst
2013-12-20 10:27:02 -08:00
James Tanner
43a1e503c3 Set default role license to BSD 2013-12-20 13:14:14 -05:00
Matt Martz
1e1a943a6e Fix rst warnings in playbooks_loops.rst 2013-12-20 11:37:38 -06:00
Matt Martz
22dd1590df Add guide_rax.rst 2013-12-20 11:18:24 -06:00
James Tanner
c37fa5ddce Use os.pathsep to split roles_path instead of a colon 2013-12-20 12:13:22 -05:00
James Tanner
82d145534c Split roles_path on colon separators and use the first path for the installation path 2013-12-20 11:43:38 -05:00
James Tanner
904ba869cc Create a default README.md with ansible-galaxy init 2013-12-20 11:29:08 -05:00
James Cammarata
0d4294da42 Don't create main.yml in files/templates directories on galaxy init 2013-12-20 09:26:42 -06:00
James Tanner
a14d1ca485 Addresses #5364 urllib quote role names 2013-12-20 09:55:53 -05:00
Michael DeHaan
2a9fd98f41 Merge pull request #5365 from resmo/fix/ansible-galaxy
setup.py: fix ansible-galaxy was not installed when using make install
2013-12-20 05:58:17 -08:00
Rene Moser
dc40c406c6 setup.py: fix ansible-galaxy was not installed when using make install 2013-12-20 09:27:13 +01:00
jctanner
d505586b34 Merge pull request #5360 from succhiello/feature/fix_galaxy_init_path_exists_msg
add var for format.
2013-12-19 14:09:04 -08:00
James Tanner
ebeaf785b5 Revert "Fixes #3973 live output for ansible-pull"
This reverts commit 3b2a35ae00.
2013-12-19 16:24:46 -05:00
James Tanner
3b2a35ae00 Fixes #3973 live output for ansible-pull
Add a -v/--verbose option to ansible-pull to allow passing -vvvv to
ansible-playbook and to show stdout while the playbook executes
2013-12-19 15:38:15 -05:00
kiri
a97e60c63f add var for format. 2013-12-20 05:31:58 +09:00
James Cammarata
afa8f36f6b Default deps list in ansible-galaxy template to an empty list 2013-12-19 13:21:04 -06:00
James Tanner
993e0f057e Allow for no role dependencies in role metadata 2013-12-19 14:19:14 -05:00
Michael DeHaan
d971a53f9e Merge pull request #5357 from sivel/no-or-higher
Do not place (or higher) in min_ansible_version
2013-12-19 11:02:17 -08:00
Matt Martz
301ebf8d04 Don't place (or higher) in the min_ansible_version 2013-12-19 12:58:07 -06:00
Matt Martz
e8ef6f14af Add documentation example of using 'register' with a loop 2013-12-19 12:11:00 -06:00
Michael DeHaan
d0265506c2 Merge pull request #5348 from lichesser/patch-1
Update install documentation to include httplib2
2013-12-19 08:32:05 -08:00
Michael DeHaan
25a8450b94 Merge pull request #5351 from resmo/fix/doc
doc: fixed changelog format
2013-12-19 08:26:38 -08:00
jctanner
1b68efb66d Merge pull request #5350 from jlaska/fix_debian_builds
Fix debian builds by adding a missing ','
2013-12-19 06:46:07 -08:00