Commit Graph

12572 Commits (6030be3835758797c2520898bc208936a6386098)
 

Author SHA1 Message Date
James Cammarata 229d49fe36 Adding new playbook objects for v2
* Playbook
* TaskInclude
10 years ago
Alois Mahdal d1cc49fc55 Fix note about video length
Perhaps due to update mentioned at /resources page, the video is 34
minutes long.
10 years ago
Michael DeHaan cbad867f24 Submodule update for docs reorg of module subcategories. 10 years ago
Brian Coca 4f88730422 Merge pull request #9492 from bcoca/updated_from_core_init_utitilties
updated to latest core module
10 years ago
Brian Coca 7ac52bb601 updated to latest core module, another init/packing issue, should be
last
10 years ago
Brian Coca 33c188ab8c Merge pull request #9489 from bcoca/cloud_modules_packaging_fix
updated ref to core with updated cloud sublcases with __init__.py
10 years ago
Brian Coca 96a97e9414 updated ref to core with updated cloud sublcases with __init__.py 10 years ago
Brian Coca 6090f541f7 Merge pull request #9485 from bcoca/doc_subcategory_merge_fix
Doc subcategory merge fix
10 years ago
Brian Coca 339d1ccc8b fixed issue with subclasses across the repos clobbering each other, they
now merge
10 years ago
Brian Coca 2ba5c3c66b added blank line before section to avoid sphinx warnings 10 years ago
Michael DeHaan d3da2edfe3 Update submodule pointers for new docs org. 10 years ago
Michael DeHaan c551fe8b50 Clarify module list footer. 10 years ago
Michael DeHaan 055d460d97 Add ebook link to docsite. 10 years ago
James Cammarata 0ed9746db3 Adding Play class for v2 10 years ago
Brian Coca afd8cca345 Merge pull request #9451 from bcoca/load_aliases
Load aliases
10 years ago
Brian Coca 12393a4b47 subcategories are now Title case and _ gets changed to a space 10 years ago
Brian Coca 5f1ad79cd3 now correctly flags and sorts subcategory modules 10 years ago
Brian Coca 650048f7dd now displays subcategories correctly 10 years ago
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
10 years ago
James Cammarata 11822f0d57 Adding VariableManager class for v2 10 years ago
James Cammarata e1662422bf Merge pull request #9467 from lorin/accel-docs
Docs: accelerate mode -> accelerated mode
10 years ago
James Cammarata 4168a3e858 Merge pull request #9462 from tkinz27/paramiko_keepalive
Setting keepalive option before opening session
10 years ago
James Cammarata 9c619863a2 Merge pull request #9449 from jure/certificate_validation_fix
Add the default Homebrew path for OpenSSL certs on OS X
10 years ago
James Cammarata 6dbc45042b Merge pull request #9436 from bobobox/patch-2
vars_files haven't been discussed yet
10 years ago
Brian Coca 7bd2c945a7 now doc generation does not ignore subdirs of cloud 10 years ago
Brian Coca 80b1365d53 now correctly processes modules when in subdirs of cloud 10 years ago
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.
10 years ago
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
10 years ago
Brian Coca 7a5e7db2df ansible doc now finds modules recursively
more intelligent about ignoring files that are clearly not modules
10 years ago
Brian Coca f6d9aa7a8f corrected text/flag 10 years ago
Brian Coca 023f5fd7e0 Added note explaning the module tagging 10 years ago
Brian Coca 44f0279d0a Now adds flags for non core and deprecated modules in listing 10 years ago
Brian Coca 86de59235f bypass core/extras text when module is deprecated 10 years ago
James Cammarata 7cd5b13e34 Make sure v2 playbook classes validate attributes
Also removing cruft code from earlier iteration on task.py and fixing
a bug where 'shell' was not removed from the task ds after munge()
cleaned things up
10 years ago
Brian Coca 0317e7b910 avoid modifying module var by just passing the substring to the append 10 years ago
Brian Coca 94a732fb1a fixed typo in comments 10 years ago
James Cammarata 3b0e64127d Refactoring role spec stuff into a dedicated parsing class
Also reworking tests to cut down on the number of patches required
by sub-classing the DataLoader() class and reworking the base object's
structure a bit to allow its use
10 years ago
James Cammarata bd203a44be Adding more unittests for the v2 role class 10 years ago
Brian Coca 0fb0548d0b removed no unused var that was not cleaned up properlly 10 years ago
Brian Coca 8b5b97d066 now docs handle deprecated modules but still ignore aliases 10 years ago
Brian Coca 27d741102c Created Deprecated module category that only appears when there is
something to show
10 years ago
Brian Coca e41bcc41d3 removed 'column display' options as there is no code handling this
function
10 years ago
Brian Coca 1b70ef6cba Several changes to ansible-doc
added display of deprecated to ansible-doc
now it does better job of using tty columns
fixed indication truncation of desc with trailing ...
removed extension from module list, also fixed matching exlusion
blacklist
10 years ago
James Cammarata fe0ab8e750 Merge pull request #9408 from aklamio/devel
Update playbooks_variables.rst
10 years ago
Brian Coca cc12c9b226 fixed typo 10 years ago
Jure Triglav 2f869a6309 Add the default Homebrew path for OpenSSL certs on OS X 10 years ago
Toshio Kuratomi cd9ea13716 Merge pull request #9444 from praveenkumar/devel
As per yum module documents it state only support 'present, absent and latest'
10 years ago
Praveen Kumar 54ba31aeef As per yum module documents it support 'present, absent and latest'
Current intro doc is pointing older way of using yum module.
10 years ago
Toshio Kuratomi 7055505227 Add python3 compat header 10 years ago
Toshio Kuratomi e7ee9ddc0a Add the python3 compat header 10 years ago