This playbook enable user to deploy a basic monitoring stack based on:
With an optional install of Ceph Exporter
-
Copy group_vars/all.yml.sample to group_vars/all.yml
-
Fill in variables based on deployment enviornment.
-
Copy hosts.example and fill in hosts IPs or hostname.
-
Run
ansible-playbook -i hosts site.yml -e "promstack_action=deploy"
to deploy
To remove deployment, simply run
ansible-playbook -i hosts destroy.yml