You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
Go to file
René Moser 0fa30f8d93 cloudstack, cs_firewall: fix network not found error in return results (#2006)
Only a small issue in results.

In case of type is ingress, we rely on ip address, but in results we also return the network.
Resolving the ip address works without zone params. If the ip address is not located in the default zone and zone param is not set,
the network won't be found because default zone was used for the network query listing.

However since network param is not used for type ingress we skip the return of the network in results.
10 years ago
.github
cloud cloudstack, cs_firewall: fix network not found error in return results (#2006) 10 years ago
clustering
commands
database Merge pull request #1737 from Dufgui/devel 10 years ago
files
messaging
monitoring
network Fixes issue #1992 -- fixes issue adding and deleting pools (#1994) 10 years ago
notification Mark token as no_log, since that's used for auth (#2011) 10 years ago
packaging cpanm: search both its stderr and its stdout for the message 'is up t… 10 years ago
source_control
system Remove dead code (#1303) 10 years ago
web_infrastructure
windows The enable parameter is a boolean, then convert to a boolean. (#1607) 10 years ago
.gitignore
.travis.yml Rebase PRs against $TRAVIS_BRANCH before performing tests 10 years ago
CONTRIBUTING.md
COPYING
README.md
REVIEWERS.md
VERSION
__init__.py
test-docs.sh

README.md

ansible-modules-extras

This repo contains a subset of ansible-modules with slightly lower use or priority than "core" modules.

All new modules should be submitted here, and have a chance to be promoted to core over time.

Reporting bugs

Take care to submit tickets to the appropriate repo where modules are contained. The repo is mentioned at the bottom of module documentation page at docs.ansible.com.

Testing modules

Ansible module development guide contains the latest info about that.

License

As with Ansible, modules distributed with Ansible are GPLv3 licensed. User generated modules not part of this project can be of any license.

Installation

There should be no need to install this repo separately as it should be included in any Ansible install using the official documented methods.