Skip to content

Latest commit

 

History

History
32 lines (18 loc) · 857 Bytes

README.md

File metadata and controls

32 lines (18 loc) · 857 Bytes

promstack-ansible

Status

This playbook enable user to deploy a basic monitoring stack based on:

With an optional install of Ceph Exporter

Requirments

Usage

  1. Copy group_vars/all.yml.sample to group_vars/all.yml

  2. Fill in variables based on deployment enviornment.

  3. Copy hosts.example and fill in hosts IPs or hostname.

  4. Run ansible-playbook -i hosts site.yml -e "promstack_action=deploy" to deploy

Remove Deployment

To remove deployment, simply run

ansible-playbook -i hosts destroy.yml