Skip to content
This repository has been archived by the owner on Aug 2, 2023. It is now read-only.

Ansible Galaxy Collection for Wavefront Proxy & Telegraf

Notifications You must be signed in to change notification settings

wavefrontHQ/ansible-collection-wavefront

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Warning

VMware has ended active development of this project. this repository will no longer be updated.

Ansible Collection - wavefrontHQ.ansible-collection-wavefront

This Ansible collection comprises of roles that allows you to install and configure wavefront-proxy from your playbook.

Pre-requisites:

ansible version 2.9.* is required.

To install the collection:

ansible-galaxy collection install wavefront.ansible_collection_wavefront

To install the collection from the tarball:

ansible-galaxy collection install wavefront-ansible_collection_wavefront-1.3.0.tar.gz

To use the collection in your playbook and import wavefront-proxy after installation

- hosts: localhost
  become: true
  collections:
   - wavefront.ansible_collection_wavefront
  tasks:
    - import_role:
        name: wavefront_proxy
      vars:
        wavefront_api_token: 'YOUR_WAVEFRONT_API_TOKEN'
        wavefront_api_url: 'YOUR_WAVEFRONT_URL'

To use the collection in your playbook and import telegraf after installation

- hosts: localhost
  become: true
  collections:
   - wavefront.ansible_collection_wavefront
  tasks:
    - import_role:
        name: telegraf
      vars:
        proxy_address: 'YOUR_WAVEFRONT_PROXY_ADDRESS'

About

Ansible Galaxy Collection for Wavefront Proxy & Telegraf

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •