ceph-ansible/roles/ceph-mon/tasks/calamari.yml

22 lines
444 B
YAML
Raw Normal View History

---
- name: install calamari server
package:
name: calamari-server
state: present
tags:
- package-install
- name: increase calamari logging level when debug is on
ini_file:
dest: /etc/calamari/calamari.conf
section: "{{ item }}"
option: log_level
value: DEBUG
with_items:
- cthulhu
- calamari_web
when: calamari_debug
- name: initialize the calamari server api
command: calamari-ctl initialize