ceph-ansible/roles/ceph-infra/tasks/main.yml

13 lines
327 B
YAML
Raw Normal View History

---
- name: include_tasks configure_firewall.yml
include_tasks: configure_firewall.yml
when:
- configure_firewall | bool
- ansible_os_family in ['RedHat', 'Suse']
tags: configure_firewall
- name: include_tasks setup_ntp.yml
include_tasks: setup_ntp.yml
when: ntp_service_enabled | bool
tags: configure_ntp