mirror of https://github.com/ceph/ceph-ansible.git
13 lines
313 B
YAML
13 lines
313 B
YAML
---
|
|
- name: include_tasks configure_firewall.yml
|
|
include_tasks: configure_firewall.yml
|
|
when:
|
|
- configure_firewall
|
|
- ansible_os_family in ['RedHat', 'Suse']
|
|
tags: configure_firewall
|
|
|
|
- name: include_tasks setup_ntp.yml
|
|
include_tasks: setup_ntp.yml
|
|
when: ntp_service_enabled
|
|
tags: configure_ntp
|