mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 13:22:48 +00:00
Removes invalid example (#44778)
The example included is currently invalid because the referenced module is not in the upstream code.
This commit is contained in:
@@ -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'''
|
||||
|
||||
Reference in New Issue
Block a user