mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-22 21:00:22 -07:00
Adds documentation to make note of tower/awx restrictions (#48900)
When using modules that download files, you need to be aware of tower/awx restrictions to use those modules correctly.
This commit is contained in:
parent
15c58cf35f
commit
03f448f329
2 changed files with 8 additions and 0 deletions
|
@ -69,6 +69,10 @@ options:
|
||||||
type: bool
|
type: bool
|
||||||
notes:
|
notes:
|
||||||
- This module does not include the "max time" or "restrict to blade" options.
|
- This module does not include the "max time" or "restrict to blade" options.
|
||||||
|
- If you are using this module with either Ansible Tower or Ansible AWX, you
|
||||||
|
should be aware of how these Ansible products execute jobs in restricted
|
||||||
|
environments. More informat can be found here
|
||||||
|
https://clouddocs.f5.com/products/orchestration/ansible/devel/usage/module-usage-with-tower.html
|
||||||
extends_documentation_fragment: f5
|
extends_documentation_fragment: f5
|
||||||
author:
|
author:
|
||||||
- Tim Rupp (@caphrim007)
|
- Tim Rupp (@caphrim007)
|
||||||
|
|
|
@ -62,6 +62,10 @@ notes:
|
||||||
via any interface except, perhaps, logging in directly to the box (which
|
via any interface except, perhaps, logging in directly to the box (which
|
||||||
would not support appliance mode). Therefore, the best this module can
|
would not support appliance mode). Therefore, the best this module can
|
||||||
do is check for the existence of the file on disk; no check-summing.
|
do is check for the existence of the file on disk; no check-summing.
|
||||||
|
- If you are using this module with either Ansible Tower or Ansible AWX, you
|
||||||
|
should be aware of how these Ansible products execute jobs in restricted
|
||||||
|
environments. More informat can be found here
|
||||||
|
https://clouddocs.f5.com/products/orchestration/ansible/devel/usage/module-usage-with-tower.html
|
||||||
extends_documentation_fragment: f5
|
extends_documentation_fragment: f5
|
||||||
author:
|
author:
|
||||||
- Tim Rupp (@caphrim007)
|
- Tim Rupp (@caphrim007)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue