community.internal_test_tools._fetch_url_test_module module – Test module for fetch_url test framework (DO NOT USE THIS!)
Note
This module is part of the community.internal_test_tools collection (version 0.12.0).
It is not included in ansible-core
.
To check whether it is installed, run ansible-galaxy collection list
.
To install it, use: ansible-galaxy collection install community.internal_test_tools
.
To use it in a playbook, specify: community.internal_test_tools._fetch_url_test_module
.
New in community.internal_test_tools 0.1.1
Synopsis
DO NOT USE THIS!
Parameters
Parameter |
Comments |
---|---|
List of HTTP calls to make. |
|
Data to send (Base64 encoded). Mutually exclusive with |
|
File to read data from. Mutually exclusive with |
|
Force passing Choices:
|
|
HTTP headers. |
|
HTTP method. Default: |
|
Timeout in seconds |
|
The URL. |
|
The password for use with HTTP Basic Authentication. |
|
The username for use with HTTP Basic Authentication. |
|
If set to Choices:
|
|
If set to Choices:
|
Notes
Note
Does not support
check_mode
.
Examples
- name: Does nothing
community.internal_test_tools.fetch_url_test_module:
call_sequence: []
Return Values
Common return values are documented here, the following are the fields unique to this module:
Key |
Description |
---|---|
Results of HTTP calls. Returned: success Sample: |
|
Content (Base64 encoded). Returned: success Sample: |
|
Headers. Returned: success Sample: |
|
HTTP status of request. Returned: success Sample: |