W3cubDocs

/Ansible

boundary_meter - Manage boundary meters

New in version 1.3.

Synopsis

This module manages boundary meters

Requirements (on host that executes module)

  • Boundary API access
  • bprobe is required to send data, but not to register a meter

Options

parameter required default choices comments
apiid
yes
Organizations boundary API ID
apikey
yes
Organizations boundary API KEY
name
yes
meter name
state
no True
  • present
  • absent
Whether to create or remove the client from boundary
validate_certs
(added in 1.5.1)
no yes
  • yes
  • no
If no, SSL certificates will not be validated. This should only be used on personally controlled sites using self-signed certificates.

Examples

- name: Create meter
  boundary_meter: apiid=AAAAAA api_key=BBBBBB state=present name={{ inventory_hostname }}"

- name: Delete meter
  boundary_meter: apiid=AAAAAA api_key=BBBBBB state=absent name={{ inventory_hostname }}"

Notes

Note

This module does not yet support boundary tags.

This is an Extras Module

For more information on what this means please read Extras Modules

For help in developing on modules, should you be so inclined, please read Community Information & Contributing, developing_test_pr and Developing Modules.

© 2012–2016 Michael DeHaan
© 2016 Red Hat, Inc.
Licensed under the GNU General Public License version 3.
https://docs.ansible.com/ansible/boundary_meter_module.html