Commit graph

12540 commits

Author SHA1 Message Date
Brian Coca
7812c70d3b Merge pull request #9527 from UnderGreen/devel
Delete import json. Several syntax changes.
2014-11-10 08:54:09 -05:00
Sergei Antipov
8e32dda2e2 Delete import json. Several syntax changes.
Import json called twice. In first it will call an exception, if json
module not installed.
2014-11-10 15:41:44 +06:00
Chris Church
3ff8f01087 Merge pull request #9522 from rndmh3ro/patch-1
Fixed 404-link for Michael DeHaan profile page.
2014-11-09 13:23:44 -05:00
Sebastian Gumprich
90614283c4 Fixed 404-link for Michael DeHaan profile page. 2014-11-09 18:03:59 +00:00
James Cammarata
24bebd85b4 Adding v2 task/block iterator and some reorganizing 2014-11-08 01:44:21 -06:00
Brian Coca
5a4a212869 Merge pull request #9495 from AloisMahdal/longer_vid
Fix note about video length
2014-11-07 17:51:09 -05:00
Toshio Kuratomi
507a1ef093 Fix integration test to check for checksum, not md5sum 2014-11-06 23:17:17 -08:00
Toshio Kuratomi
f1267c0b05 Move from md5 to sha1 to work on fips-140 enabled systems 2014-11-06 21:28:04 -08:00
James Cammarata
716f3eb6d9 Merge pull request #9511 from sivel/rax-lb-fixes
Fix rax_find_loadbalancer issues
2014-11-06 19:23:55 -06:00
Matt Martz
047dffdd01 Fix rax_find_loadbalancer issues
* Loadbalancer IDs are not UUIDs
* Ensure found list exists before using it
2014-11-06 16:41:34 -06:00
Brian Coca
200ecbc3e2 Merge pull request #9510 from bcoca/ssh_agent_wo_keyfile
fixed ssh fix, bad test case but it should work now
2014-11-06 14:59:31 -05:00
Brian Coca
22ef830814 fixed ssh fix, bad test case but it should work now 2014-11-06 14:56:44 -05:00
Brian Coca
219332bdae Merge pull request #9509 from bcoca/no_ssh_fail_missing_keyfile
added error handling on private key stat in case it is saved in agent
2014-11-06 14:15:52 -05:00
Brian Coca
a2ba0c03e4 added error handling on private key stat in case it is saved in agent
but not in filesystem
2014-11-06 13:38:11 -05:00
Brian Coca
394ebe7947 Merge pull request #9503 from bcoca/doc_fix_uservar
changed examples to not have a  non working variable
2014-11-06 08:22:08 -05:00
Brian Coca
8e2a8c92ac changed examples to not have a non working variable that gets confused
with directives as per #9264
2014-11-06 08:20:01 -05:00
Brian Coca
d25748b037 Merge pull request #9502 from nikut/delegate_docfix
add documentation for the delegate_to magic variable
2014-11-06 08:06:57 -05:00
Niku Toivola
5a11315dc7 add documentation for the delegate_to magic variable 2014-11-06 15:03:03 +02:00
Brian Coca
edc908de29 Merge pull request #9500 from alexandershov/devel
Fix path to the integration tests in docsite
2014-11-06 07:52:48 -05:00
Alexander Ershov
9112f650c0 Fix path to the integration tests
"tests/integration" -> "test/integration"
2014-11-06 13:50:36 +03:00
James Cammarata
229d49fe36 Adding new playbook objects for v2
* Playbook
* TaskInclude
2014-11-05 21:13:47 -06:00
Alois Mahdal
d1cc49fc55 Fix note about video length
Perhaps due to update mentioned at /resources page, the video is 34
minutes long.
2014-11-06 02:38:21 +01:00
Michael DeHaan
cbad867f24 Submodule update for docs reorg of module subcategories. 2014-11-05 16:15:59 -05:00
Brian Coca
4f88730422 Merge pull request #9492 from bcoca/updated_from_core_init_utitilties
updated to latest core module
2014-11-05 15:55:49 -05:00
Brian Coca
7ac52bb601 updated to latest core module, another init/packing issue, should be
last
2014-11-05 15:54:25 -05:00
Brian Coca
33c188ab8c Merge pull request #9489 from bcoca/cloud_modules_packaging_fix
updated ref to core with updated cloud sublcases with __init__.py
2014-11-05 12:03:19 -05:00
Brian Coca
96a97e9414 updated ref to core with updated cloud sublcases with __init__.py 2014-11-05 11:22:25 -05:00
Brian Coca
6090f541f7 Merge pull request #9485 from bcoca/doc_subcategory_merge_fix
Doc subcategory merge fix
2014-11-04 21:25:39 -05:00
Brian Coca
339d1ccc8b fixed issue with subclasses across the repos clobbering each other, they
now merge
2014-11-04 20:54:55 -05:00
Brian Coca
2ba5c3c66b added blank line before section to avoid sphinx warnings 2014-11-04 18:14:30 -05:00
Michael DeHaan
d3da2edfe3 Update submodule pointers for new docs org. 2014-11-04 17:56:27 -05:00
Michael DeHaan
c551fe8b50 Clarify module list footer. 2014-11-04 17:38:02 -05:00
Michael DeHaan
055d460d97 Add ebook link to docsite. 2014-11-04 16:48:44 -05:00
James Cammarata
0ed9746db3 Adding Play class for v2 2014-11-04 15:16:53 -06:00
Brian Coca
afd8cca345 Merge pull request #9451 from bcoca/load_aliases
Load aliases
2014-11-04 10:24:11 -05:00
Brian Coca
12393a4b47 subcategories are now Title case and _ gets changed to a space 2014-11-04 08:44:39 -05:00
Brian Coca
5f1ad79cd3 now correctly flags and sorts subcategory modules 2014-11-03 23:14:22 -05:00
Brian Coca
650048f7dd now displays subcategories correctly 2014-11-03 22:02:13 -05:00
James Cammarata
9ae0fb5bdf Make OSX fallback to paramiko more selective
Only fallback to paramiko now when the ssh password has been set,
either through inventory or via a prompt.

Fixes #9470
2014-11-03 14:32:15 -06:00
James Cammarata
11822f0d57 Adding VariableManager class for v2 2014-11-03 13:51:18 -06:00
James Cammarata
e1662422bf Merge pull request #9467 from lorin/accel-docs
Docs: accelerate mode -> accelerated mode
2014-11-03 11:49:34 -06:00
James Cammarata
4168a3e858 Merge pull request #9462 from tkinz27/paramiko_keepalive
Setting keepalive option before opening session
2014-11-03 11:41:08 -06:00
James Cammarata
9c619863a2 Merge pull request #9449 from jure/certificate_validation_fix
Add the default Homebrew path for OpenSSL certs on OS X
2014-11-03 11:34:16 -06:00
James Cammarata
6dbc45042b Merge pull request #9436 from bobobox/patch-2
vars_files haven't been discussed yet
2014-11-03 11:20:40 -06:00
Brian Coca
7bd2c945a7 now doc generation does not ignore subdirs of cloud 2014-11-03 08:15:26 -05:00
Brian Coca
80b1365d53 now correctly processes modules when in subdirs of cloud 2014-11-01 23:19:25 -04:00
Lorin Hochstein
684cdd0298 Docs: accelerate mode -> accelerated mode
The docs sometimes referred to "accelerated mode" as "accelerate mode".
This patch changes it to "accelerated mode" everywhere.
2014-11-01 19:31:04 -04:00
akinsley
3e992b5824 Setting keepalive option before opening session
Setting the keepalive option before opening up the paramiko session
in order to avoid the slim chance that the connection is stalled
in the short time between opening the session and setting up the
keepalive. I described the issue I am solving at
https://groups.google.com/forum/#!topic/ansible-project/rkwvz3vyvLk
2014-11-01 00:51:52 -07:00
Brian Coca
7a5e7db2df ansible doc now finds modules recursively
more intelligent about ignoring files that are clearly not modules
2014-11-01 01:17:42 -04:00
Brian Coca
f6d9aa7a8f corrected text/flag 2014-10-31 16:05:22 -04:00