summaryrefslogtreecommitdiff
path: root/lib/ansible
diff options
context:
space:
mode:
authorTim Rupp <caphrim007@gmail.com>2018-08-28 10:50:10 -0700
committerGitHub <noreply@github.com>2018-08-28 10:50:10 -0700
commit7f990cfc116c381be498600e0241e54d1a231f86 (patch)
treedd79b9aa3b2368235f8b2b409a866c1b2d84167e /lib/ansible
parentadc5f0c89db54b666e8d881cfaaa370107408ec6 (diff)
downloadansible-7f990cfc116c381be498600e0241e54d1a231f86.tar.gz
Removes invalid example (#44778)
The example included is currently invalid because the referenced module is not in the upstream code.
Diffstat (limited to 'lib/ansible')
-rw-r--r--lib/ansible/modules/network/f5/bigip_firewall_dos_profile.py26
1 files changed, 0 insertions, 26 deletions
diff --git a/lib/ansible/modules/network/f5/bigip_firewall_dos_profile.py b/lib/ansible/modules/network/f5/bigip_firewall_dos_profile.py
index 014874150e..a3580706fa 100644
--- a/lib/ansible/modules/network/f5/bigip_firewall_dos_profile.py
+++ b/lib/ansible/modules/network/f5/bigip_firewall_dos_profile.py
@@ -73,32 +73,6 @@ EXAMPLES = r'''
server: lb.mydomain.com
user: admin
delegate_to: localhost
-
-- name: Set vectors of DoS profile
- bigip_firewall_dos_profile_vector:
- name: "{{ item }}"
- rate_increase: 100
- rate_limit: infinite
- rate_threshold: 120000
- provider:
- password: secret
- server: lb.mydomain.com
- user: admin
- loop:
- - a
- - aaaa
- - any
- - axfr
- - cname
- - ixfr
- - mx
- - ns
- - other
- - ptr
- - soa
- - srv
- - txt
- delegate_to: localhost
'''
RETURN = r'''