1
0
Fork 0
mirror of https://github.com/roles-ansible/ansible_role_ntp.git synced 2024-08-16 12:59:49 +02:00
ansible_role_ntp/tasks/main.yml

12 lines
260 B
YAML
Raw Normal View History

2018-12-28 10:49:24 +01:00
---
2018-12-28 11:54:06 +01:00
# Main tasks file for ansible-role-ntp
- name: Include OS specific variables.
include_vars: "{{ ansible_os_family }}.yml"
2018-12-28 15:10:34 +01:00
- name: Install ntp
2018-12-28 11:54:06 +01:00
include_tasks: "packages/setup-{{ ansible_system }}.yml"
2018-12-28 15:10:34 +01:00
- name: Configure ntp
include_tasks: config.yml