mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 13:22:48 +00:00
Native YAML - monitoring/boundary_meter (#18791)
* Native YAML - monitoring/boundary_meter * Fix apikey
This commit is contained in:
committed by
Matt Clay
parent
327cff7274
commit
f8832bf302
@@ -72,11 +72,18 @@ notes:
|
||||
|
||||
EXAMPLES='''
|
||||
- name: Create meter
|
||||
boundary_meter: apiid=AAAAAA api_key=BBBBBB state=present name={{ inventory_hostname }}"
|
||||
boundary_meter:
|
||||
apiid: AAAAAA
|
||||
apikey: BBBBBB
|
||||
state: present
|
||||
name: '{{ inventory_hostname }}'
|
||||
|
||||
- name: Delete meter
|
||||
boundary_meter: apiid=AAAAAA api_key=BBBBBB state=absent name={{ inventory_hostname }}"
|
||||
|
||||
boundary_meter:
|
||||
apiid: AAAAAA
|
||||
apikey: BBBBBB
|
||||
state: absent
|
||||
name: '{{ inventory_hostname }}'
|
||||
'''
|
||||
|
||||
import base64
|
||||
|
||||
Reference in New Issue
Block a user