Brian Coca
06fa841516
made loading of galaxy data files lazy
9 years ago
Charles Paul
9f9bff88c2
doc fragments for vmware_ vca_
9 years ago
Brian Coca
cf9dfde15b
Merge pull request #13751 from bcoca/module_internal_options
...
pass diff and verbosity settings to modules
9 years ago
Brian Coca
08964ab92a
Merge pull request #13813 from sebastianneubauer/patch-1
...
added galaxy data
9 years ago
Chrrrles Paul
bd147ab592
Merge pull request #13736 from chrrrles/nolog
...
adding password no_log and cleaning up argument spec for vca module
9 years ago
Brian Coca
c91df36ebe
added module name to missing interpreter error
...
fixes #13816
9 years ago
sebastianneubauer
2c33f5a12b
added galaxy data
...
not tested, but something like this seems to be missing in the Manifest.in
9 years ago
Brian Coca
f56c15e7e2
Merge pull request #13766 from nflx/devel
...
Allow InventoryScript JSON with childgroups only
9 years ago
James Cammarata
b58673289a
Split up comma-separated tags properly
...
Fixes #13795
9 years ago
Peter Sprygada
4d3aa72143
bugfix in nxos shared module for including defaults
9 years ago
Peter Sprygada
a758806287
bugfix in ios shared module for including defaults
9 years ago
Peter Sprygada
935ae2801f
bugfix in eos shared module for including defaults
9 years ago
Toshio Kuratomi
bcb22b0e1a
Integration tests for https://github.com/ansible/ansible-modules-core/pull/558
9 years ago
Toshio Kuratomi
d274fea358
Update submodules ref to pick up fix #558
9 years ago
Brian Coca
477d632118
now file mode diff shows octal values
9 years ago
nitzmahone
7ed4ad23a5
updated new windows module list in changelog
9 years ago
Toshio Kuratomi
cacc22abbb
Add the porting guide
9 years ago
Brian Coca
a12164497b
Merge pull request #13726 from teolupus/devel
...
Added OpenStack dynamic inventory example
9 years ago
Brian Coca
f8b06e1613
Merge pull request #13785 from claremacrae/patch-1
...
Fixed typo: Integerations -> Integrations
9 years ago
Brian Coca
247ae748f5
Merge pull request #13786 from quinot/bug/attributes_typo
...
Fix minor typo in comment
9 years ago
Toshio Kuratomi
4ac76f60ee
Merge pull request #13694 from resmo/fix/case-insensitivity
...
[2.0] cloudstack: fix more case insensitivity
9 years ago
Matt Martz
a99ea7f3af
Merge pull request #13804 from jeblair/devel
...
Fix typo in API docs
9 years ago
James Cammarata
6ec4d98764
When setting fail state skip RESCUE/ALWAYS if cur_block doesn't have them
...
Fixes #13749
9 years ago
James E. Blair
51255aed9b
Fix typo in API docs
...
This typo caused a SyntaxError when attempting to run the example
in the API docs.
9 years ago
Brian Coca
fc53d3d5d2
Merge pull request #13797 from robinro/patch-1
...
remove unused imports in utils/path.py
9 years ago
Sandra Wills
deeb3381f7
adding sitemap for swiftype to core
9 years ago
Sandra Wills
9601ae60fd
adding swiftype search script to footer.html
9 years ago
Brian Coca
45e686d03d
another unused file
9 years ago
Brian Coca
8ff47d63e1
removed unused files to avoid confusion
...
really, its a vcs, no need to rename to _old and keep stuff around
9 years ago
Brian Coca
a9aa5c665e
Merge pull request #13798 from docschick/devel
...
added custom code for swiftype custom search
9 years ago
Sandra Wills
7124a525a2
added custom code for swiftype custom search
...
Google custom search replacement
9 years ago
Robin Roth
e01ff3b352
remove unused imports
...
clean up imports of time.sleep and stat that are no (longer) used here
9 years ago
Karthik T
c4cbeeffa8
Fixes #13763 Update connections _play_context on every iteration
...
If this isnt updated, the _connection is reused, and thus has an outdated _play_context
This results in outdated `success_key` and `prompt` causing issues if sudo is run in a loop
Refer to the issue #13763 for more debugging and details
9 years ago
Rene Moser
766738ef7c
cloudstack: fix case insensitivity
...
cloudstack: fix has_change reports changed for case insensitivity values
9 years ago
Peter Sprygada
c3dd0213ef
deletes nxapi from shared modules
...
The nxapi module has been superseded by the nxos shared module and is not longer needed. This commit removes (deletes) nxapi from module_utils. All custom modules that have used nxapi should be using nxos instead.
9 years ago
Peter Sprygada
f99b834583
Merge pull request #13789 from privateip/shared_module_netcfg
...
adds network config file parser to shared modules
9 years ago
Peter Sprygada
b7fec945be
Merge pull request #13788 from privateip/shared_module_junos
...
initial add of junos shared module
9 years ago
Peter Sprygada
60e0e1a12e
Merge pull request #13784 from privateip/shared_module_openswitch
...
initial add of openswitch shared module
9 years ago
Peter Sprygada
771d8014fc
Merge pull request #13779 from privateip/shared_module_nxos
...
adds shared module nxos for building cisco nxos modules
9 years ago
Peter Sprygada
a0a4edd494
Merge pull request #13777 from privateip/shared_module_ios
...
updates the ios shared module with new shell
9 years ago
Peter Sprygada
a648097285
Merge pull request #13778 from privateip/shared_module_iosxr
...
adds new iosxr shared module for developing modules that work with IO…
9 years ago
Peter Sprygada
41fed323bc
Merge pull request #13776 from privateip/shared_module_eos
...
initial add of eos shared module
9 years ago
Peter Sprygada
7e677899a4
Merge pull request #13775 from privateip/shared_module_shell
...
adds shared module shell for creating cli based transports
9 years ago
Peter Sprygada
01bf3940e3
adds network config file parser to shared modules
...
This commit adds a new shared module that parses network device configuration
files. It is used to build modules that work with the various supported
network device operating systems
9 years ago
Peter Sprygada
e709095f53
initial add of junos shared module
...
This commit adds a new shared module for working with network devices running
the Juniper Junos operating system. The commit includes a new document
fragment junos to be used when building modules. The junos shared module
currently only supports CLI
9 years ago
Thomas Quinot
2eb22d5536
Fix minor typo in comment
9 years ago
Clare Macrae
04ace28f6d
Fixed typo: Integerations -> Integrations
9 years ago
Peter Sprygada
3ae6fd4b31
initial add of openswitch shared module
...
This commit adds a new shared module openswitch for building modules that
work with OpenSwitch. This shared module supports connectivity to
OpenSwitch devices over SSH, CLI or REST. It also adds an openswitch
documentation fragment for use in modules
9 years ago
Peter Sprygada
01a99f52a9
adds shared module nxos for building cisco nxos modules
...
This commit refactors the nxapi into a new shared module nxos that supports
connectivity over both ssh (cli) and nxapi. It supercedes the nxapi shared
module and removes it from module_utils. This commit also adds a
documentation fragement supporting the nxos shared module
9 years ago
Brian Coca
c9a5f7ea7e
updated self to cls to match convention
...
tempted to just use this. in all cases
9 years ago