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
Dreamcat4 ece9c2b43a fix: Add 'enable:' flag for enabling existing rules which are disabled by default.
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 Merge pull request #1058 from sivel/xenserver-imports 9 years ago
clustering znode requires a minimum of python2.6 9 years ago
commands Changes to author formatting, remove emails 10 years ago
database Merge pull request #981 from tersmitten/add-more-modes-to-the-mysql-replication-module 9 years ago
files Merge pull request #339 from rbu/patch-binary 10 years ago
messaging Ignore extra lines from Pivotal's RabbitMQ package 9 years ago
monitoring bugfix: use correct function close calls 9 years ago
network switched to use module loggigng 9 years ago
notification sns: remove BabyJSON 9 years ago
packaging Change documented requirement from dnf to python-dnf as dnf could be taken to mean the command line tool. 9 years ago
source_control Changes to author formatting, remove emails 10 years ago
system allow floating point input for size vale 9 years ago
web_infrastructure Changes to author formatting, remove emails 10 years ago
windows fix: Add 'enable:' flag for enabling existing rules which are disabled by default. 9 years ago
.gitignore Add basic top level files. 10 years ago
.travis.yml znode requires a minimum of python2.6 9 years ago
CONTRIBUTING.md Add new policy guidelines for Extras 10 years ago
COPYING Add basic top level files. 10 years ago
README.md added installation info .. that you don't need to 10 years ago
REVIEWERS.md Update REVIEWERS.md with full picture process 9 years ago
VERSION added placeholder to be used on build (TODO: update makefile) 9 years ago
__init__.py package files 10 years ago
test-docs.sh Add testing documentation to travis 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.