mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02: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:
parent
adc5f0c89d
commit
7f990cfc11
1 changed files with 0 additions and 26 deletions
|
@ -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'''
|
||||
|
|
Loading…
Reference in a new issue