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:
Tim Rupp 2018-11-19 13:40:37 -08:00 committed by GitHub
parent 15c58cf35f
commit 03f448f329
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 0 deletions

View file

@ -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)

View file

@ -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)