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
Eric Johnson
a2498bdadd
Google: allow for different libcloud provider to support upcoming DNS module
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
Toshio Kuratomi
e99dc5a57c
Add copyright and py3 compat header
10 years ago
Toshio Kuratomi
67ff4428d5
Fix up all python3 issues that do not have to do with text/bytes
10 years ago
Toshio Kuratomi
050d17295d
Remove test case that wasn't reported as something git should do
10 years ago
Toshio Kuratomi
82e8d677d9
Test the git changes for the git module's recursive flag
10 years ago
Toshio Kuratomi
cb53b0f94a
Add branch info for our submodules
10 years ago
Toshio Kuratomi
b502cb8f5d
Pull in git submodule tracking
10 years ago
Toshio Kuratomi
145b28045f
Add a changelog entry for how the git module has changed.
10 years ago
Brian Coca
617b6323e2
added info about new deprecated/alias plugin loading
10 years ago
Brian Coca
5ab4467708
module formatter skips modules with leading underscore to avoid
...
documenting them. Soon will be patched to recognize them as either
deprecated or an alias
10 years ago
bobobox
f38f1c5663
vars_files haven't been discussed yet
...
I think this is a chapter ordering thing... vars_files have not actually be explained yet (aside from a mention of them in the note right above, which also might need reconsidering?) I think they do get introduced in the next section 'Variables'.
10 years ago
Juri Glass
9974ba01e3
added fact caching hint
10 years ago
James Cammarata
58defa5cce
Adding role deps to v2 Role class and fixing some bugs
10 years ago
Brian Coca
b3b356480d
added the ability to keep aliased and deprecated modules prefixed with
...
'_', they will be loaded after non prefixed modules are checked they can
be full modules or symlinks to existing ones (alias)
also updated ansible doc to ignore these, will eventually add selective
display
10 years ago
James Cammarata
7ea84d7499
More v2 roles class work
...
* added ability to set parents (will be used when the deps are loaded)
* added role caching, so roles are not reloaded needlessly (and for
use in detecting when roles have already been run)
* reworked the way metadata was stored - now individual attribute fields
instead of a dictionary blob
10 years ago
James Cammarata
547c0d8140
Merge pull request #9216 from nmadhok/patch-3
...
Update playbooks_roles.rst
10 years ago
James Cammarata
29e95d86fb
Merge pull request #9425 from bobobox/patch-1
...
Typo fix in playbooks_intro.rst
10 years ago
James Cammarata
77f91eb031
Merge pull request #9422 from tonk/docfix
...
Ignore compiled Python for documentation.
10 years ago
James Cammarata
1ece7e99e5
Merge pull request #9410 from dannyroberts/patch-1
...
Update developing_modules.rst
10 years ago
James Cammarata
b896633866
Merge pull request #9402 from mscherer/fix_man_ansible_pull
...
Fix the synopsis in ansible-pull man page.
10 years ago
bobobox
66f700eb0d
Update playbooks_intro.rst
...
Small punctuation/grammar fix.
10 years ago
Ton Kersten
39bbe36fc7
Ignore compiled Python for documentation.
...
When running `ansible-doc --list` a lot of errors are
generated when `ansible-doc` tries to find documentation
strings in `.pyc` files.
10 years ago
James Cammarata
44afa7facc
Updating Role class for new DataLoader stuff
10 years ago
James Cammarata
7cb489eca3
Adding a data parsing class for v2
10 years ago
Daniel Roberts
2ef2f12472
Update developing_modules.rst
10 years ago
Juri Glass
c16c527923
Update playbooks_variables.rst
...
There is some kind of duplicated content with http://docs.ansible.com/faq.html#how-do-i-loop-over-a-list-of-hosts-in-a-group-inside-of-a-template and this gotcha isn't listed here.
10 years ago
Toshio Kuratomi
c86851be2c
Quote ControlPath ssh parameter
...
Fixes #9316
10 years ago
Toshio Kuratomi
34129a223d
update core submodules for systemd service fix
10 years ago
Toshio Kuratomi
56c268ade4
New test that newlines in systemd service scripts don't cause problems
10 years ago