Skip to content

git-cgallagher/ansible-collection-wavefront

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

Languages

  • Shell 100.0%