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.
* Enable 'changed' var with ufw check mode * Fix from comment of the PR + Unit Test * Fix on ufw module after the second review - delete rules change works in check mode - simplify execute def & use it on every call process - improved regexp - rename vars defaults to current_default_values * Add ignore error to execute() and use it in get_current_rules() * Update after third code review (introduce change in changed status) * Adjust tests and fix some problems (#1) * 'active' also appears in 'inactive'. * 'reject' is also a valid option here. * For example for reloaded, changed will be set back to False here. * Improve and adjust tests. * Fix after merging integration test * handle "disabled" on default routed * Add /var/lib/ufw/.. rules files * add unit test * Fix pep8 formatting error * Separate ipv6 and ipv4 rules process from checkmode * fix non-ascii error on ci * Some change after review * Add unit test with sub network mask * rename is_match function by is_starting * add changelog fragment |
7 years ago | |
|---|---|---|
| .. | ||
| cli | 7 years ago | |
| compat | 7 years ago | |
| config | 7 years ago | |
| contrib | 7 years ago | |
| errors | 7 years ago | |
| executor | 7 years ago | |
| inventory_test_data/group_vars | 11 years ago | |
| mock | 7 years ago | |
| module_utils | 7 years ago | |
| modules | 7 years ago | |
| parsing | 7 years ago | |
| playbook | 7 years ago | |
| plugins | 7 years ago | |
| template | 7 years ago | |
| utils | 7 years ago | |
| vars | 7 years ago | |
| __init__.py | 9 years ago | |
| ansible.cfg | 8 years ago | |
| conftest.py | 7 years ago | |
| test_constants.py | 9 years ago | |
| test_context.py | 7 years ago | |