vn-ansible/linux-config-ntp.yaml

13 lines
194 B
YAML
Raw Normal View History

2023-10-23 11:46:57 +00:00
---
2023-12-19 14:55:30 +00:00
- hosts: '{{ ip_addr }}'
2023-10-23 11:46:57 +00:00
become: yes
become_method: sudo
gather_facts: yes
tasks:
- name: "[CONFIG NTP] Install and configure ntp"
import_role:
name: config-ntp