when: backend.metrics != 'cephmetrics'
- include: setup_repos.yml
- when:
- - not containerized_deployment
tags:
- packages
- repos
- include: install_packages.yml
- when: not containerized_deployment
tags:
- packages
- include: install_collectd_plugins.yml
when:
- - not containerized_deployment
- devel_mode
tags:
- collectors
- include: configure_collectd.yml
- when: not containerized_deployment
tags:
- collectors
- include: selinux.yml
when:
- - not containerized_deployment
- ansible_pkg_mgr == "yum"
- ansible_selinux.status is defined
- ansible_selinux.status == 'enabled'
- selinux
- include: start_collectd.yml
- when: not containerized_deployment
tags:
- services
when: backend.storage != 'graphite'
- include: install_packages.yml
- when: not containerized_deployment
tags:
- packages
- firewall
- include: configure_carbon.yml
- when: not containerized_deployment
tags:
- carbon
- include: configure_graphite.yml
- when: not containerized_deployment
tags:
- graphite
- services
- include: start_services.yml
- when: not containerized_deployment
tags:
- services