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
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
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
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
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
Brian Coca
cc12c9b226
fixed typo
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
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
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
James Cammarata
76a43d4b38
Updating submodule pointer for core modules
10 years ago
Michael Scherer
9c10a11aea
Fix the synopsis in ansible-pull man page.
10 years ago
Michael DeHaan
3c88f99d13
Add AnsibleFest London link.
10 years ago
James Cammarata
9ee3cd14ee
Fix typo in vault edit helper code
...
Fixes #9399
10 years ago
James Cammarata
b4f9631e4c
Revert "remove complex_args_hack as it was only needed for Baby JSON"
...
This reverts commit a6029264b8
.
Fixes #9400
10 years ago
James Cammarata
be972225a5
Removing unnecessary import from v2 parsing init
10 years ago
James Cammarata
4c47c2273a
Use convert_bare instead of string formatting for raw vars in debug action plugin
10 years ago
James Cammarata
707474a43a
Merge pull request #9394 from ronalexander/patch-1
...
Update intro_installation.rst
10 years ago
James Cammarata
987f7750ec
Merge pull request #9388 from mwarkentin/patch-2
...
Add host to polling message
10 years ago
James Cammarata
2ff17ebd93
Adding in VaultEditor tests from old unittests
10 years ago
Toshio Kuratomi
c1b290a311
Fix logic that prevents multiple action, local_action, and modules to be specified.
10 years ago
Toshio Kuratomi
6c94d85690
Tell nose to include branches in its coverage reporting
10 years ago
Toshio Kuratomi
b3452de8a7
Hook up the general parsing unittests and get them passing
10 years ago
James Cammarata
0a8c91a812
Fixing up tests, removing some of the yaml error stuff from parsing
...
* moved old unittests for vault over to the new codebase
* reverted YAML error helpers and reverted the load() function
in parsing/__init__.py, pending a rewrite of a new YAML loader
class of some kind to encapsulate all of that
* fixed an error in in the module args parser regarding the shell/
command argument parsing, where some additional arguments were
being lost
10 years ago
James Cammarata
0ed97e4d11
Updating v2 Role class code
10 years ago