mirror of https://github.com/ansible/ansible.git
Mirror of https://github.com/ansible/ansible.git
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.
ece9c2b43a
This is a very much needed flag. To turn on/off existing firewall rules. And like the recent fix of the 'Profile' key, the netsh cmd prints 'Enabled' in the textual output. (at least on win10 it does). So again a similar small code added for the necessary exception handling when the difference check happens. Please merge / push upstream like the other fixes. Many thanks. This is the last fix I have put together for this patch set. So I will raise my PR now. But if you want to fix more bugs, it seems there may be others. In terms of the control code. Sometimes it will delete a rule under 'force' condition (when found difference) - but instead it is supposed to just modify the existing rule. Some weird behaviour regarding that. The other problem is that ansible does not return the error text printed by 'netsh' cmd verbatim... but it should as that makes debugging these errors a *lot* easier. |
9 years ago | |
---|---|---|
cloud | 9 years ago | |
clustering | 9 years ago | |
commands | 10 years ago | |
database | 9 years ago | |
files | 10 years ago | |
messaging | 9 years ago | |
monitoring | 9 years ago | |
network | 9 years ago | |
notification | 9 years ago | |
packaging | 9 years ago | |
source_control | 10 years ago | |
system | 9 years ago | |
web_infrastructure | 10 years ago | |
windows | 9 years ago | |
.gitignore | 10 years ago | |
.travis.yml | 9 years ago | |
CONTRIBUTING.md | 10 years ago | |
COPYING | 10 years ago | |
README.md | 10 years ago | |
REVIEWERS.md | 9 years ago | |
VERSION | 9 years ago | |
__init__.py | 10 years ago | |
test-docs.sh | 10 years ago |
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.