mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-04-06 10:40:32 -07:00
ufw: add note to docs about concurrency (#9191)
* ufw: add note to docs about concurrency * wordsmithing
This commit is contained in:
parent
3c23ce4a7b
commit
fa7c2df4b8
1 changed files with 4 additions and 0 deletions
|
@ -23,6 +23,10 @@ author:
|
||||||
- Ahti Kitsik (@ahtik)
|
- Ahti Kitsik (@ahtik)
|
||||||
notes:
|
notes:
|
||||||
- See C(man ufw) for more examples.
|
- See C(man ufw) for more examples.
|
||||||
|
- >
|
||||||
|
B(Warning:) Whilst the module itself can be run using concurrent strategies, C(ufw) does not support concurrency,
|
||||||
|
as firewall rules are meant to be ordered and parallel executions do not guarantee order.
|
||||||
|
B(Do not use concurrency:) The results are unpredictable and the module may fail silently if you do.
|
||||||
requirements:
|
requirements:
|
||||||
- C(ufw) package
|
- C(ufw) package
|
||||||
extends_documentation_fragment:
|
extends_documentation_fragment:
|
||||||
|
|
Loading…
Add table
Reference in a new issue