boundary_meter - Manage boundary meters

Author:curtis@serverascode.com

Synopsis

New in version 1.3.

This module manages boundary meters

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 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. (added in Ansible 1.5.1)

        Note

        Requires Boundary API access

        Note

        Requires bprobe is required to send data, but not to register a meter

        Note

        Requires Python urllib2

        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 }}"

        Note

        This module does not yet support boundary tags.

        Table Of Contents

        Previous topic

        airbrake_deployment - Notify airbrake about app deployments

        Next topic

        datadog_event - Posts events to DataDog service