f5_rs_attacks - Run attacks on an HTTP/S target¶
New in version 2.4.
Options¶
| parameter | required | default | choices | comments |
|---|---|---|---|---|
| https_target |
yes | none |
|
aws region in which the vpc will be created
|
Examples¶
Run: ansible-playbook -vv --vault-password-file ~/.vault_pass.txt \ playbooks/http_attacks/cmd_attack.yaml -e "\ https_target="$(etcdctl get f5-rs-aws-external-lb/yossir100/bigipELBDnsName)""
Return Values¶
Returns the HTTP response from the server
Notes¶
Note
- For more information on using Ansible to manage F5 Networks devices see https://www.ansible.com/integrations/networks/f5.
- Requires the f5-sdk Python package on the host. This is as easy as
pip install f5-sdk.
Status¶
This module is flagged as preview which means that it is not guaranteed to have a backwards compatible interface.
Support¶
This module is community maintained without core committer oversight.
For more information on what this means please read Get help
For help developing modules, should you be so inclined, please read Getting Involved, Writing a Module and Guidelines.