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.
ansible/test
Dag Wieers d958440bcb win_firewall_rule: Implement idempotency, check-mode and diff support (#23162)
* win_firewall_rule: Small idempotency fix

This PR includes the following changes:
- an idempotency fix when `profile: any`
- better difference output to debug idempotency issues
- documentation fixes (remove `required: false`)
- Parameter handling fixes
- RDP example that matches default RDP rule
- Renamed parameter 'enable' to 'enabled' (kept alias)
- Renamed parameter 'profile' to 'profiles' (kept alias)

* Rewrite module completely

The logic is still intact, but various changes with a single goal:

- Make the module idempotent
- Implement check-mode
- Implement diff-mode
- Adapted integration tests

This fixes #18807 and #23455.

* Change casing to lowercase

* Improve the logic wrt. diff
7 years ago
..
compile Docs how to test (2nd) (#24094) 8 years ago
integration win_firewall_rule: Implement idempotency, check-mode and diff support (#23162) 7 years ago
results Create bot friendly sanity output. (#22381) 8 years ago
runner Fix expect for python 3 (#24912) 7 years ago
sanity contrib: PEP8 compliancy (#24680) 7 years ago
units Ensure exit_json returns failed = False 7 years ago
utils cloudstack: test: improve startup time, fix network dependency on run (#24876) 7 years ago