Skip to content

Files

Latest commit

f159bb9 · Nov 26, 2017

History

History

tick-stack-ansible

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Nov 20, 2017
Nov 26, 2017
Nov 26, 2017
Nov 26, 2017

TICK Stack

  • Telegraf
  • InfluxDB
  • Chronograf
  • Kapacitor

How to use

Terraform

  • Update variables.tfvars with your own AWS credentials
  • Install AWS plugin:
$ terraform init
  • Create the AWS resources:
$ terraform apply -var-file=variables.tfvars

Ansible

  • Install Role:
$ ansible-galaxy install mlabouardy.tick
  • Execute playbook:
$ ansible-playbook --private-key=aws.pem -i inventory playbook.yml