mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-07 05:42:50 +00: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:
@@ -69,6 +69,10 @@ options:
|
||||
type: bool
|
||||
notes:
|
||||
- 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
|
||||
author:
|
||||
- Tim Rupp (@caphrim007)
|
||||
|
||||
@@ -62,6 +62,10 @@ notes:
|
||||
via any interface except, perhaps, logging in directly to the box (which
|
||||
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.
|
||||
- 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
|
||||
author:
|
||||
- Tim Rupp (@caphrim007)
|
||||
|
||||
Reference in New Issue
Block a user