mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-22 12:50:22 -07:00
Misc fixes to bigip modules. (#44594)
Adding docs, formatting docs, adding validation checks and values
This commit is contained in:
parent
2787bda0fa
commit
05920b92d6
5 changed files with 18 additions and 10 deletions
|
@ -61,18 +61,20 @@ author:
|
|||
EXAMPLES = '''
|
||||
- name: License BIG-IP using a key
|
||||
bigip_device_license:
|
||||
server: "lb.mydomain.com"
|
||||
user: "admin"
|
||||
password: "secret"
|
||||
license_key: "XXXXX-XXXXX-XXXXX-XXXXX-XXXXXXX"
|
||||
provider:
|
||||
server: "lb.mydomain.com"
|
||||
user: "admin"
|
||||
password: "secret"
|
||||
delegate_to: localhost
|
||||
|
||||
- name: Remove the license from the system
|
||||
bigip_device_license:
|
||||
server: "lb.mydomain.com"
|
||||
user: "admin"
|
||||
password: "secret"
|
||||
state: "absent"
|
||||
provider:
|
||||
server: "lb.mydomain.com"
|
||||
user: "admin"
|
||||
password: "secret"
|
||||
delegate_to: localhost
|
||||
'''
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue