vn-ansible/linux-config-ntp.yaml

13 lines
194 B
YAML

---
- hosts: "{{ ip_addr }}"
become: yes
become_method: sudo
gather_facts: yes
tasks:
- name: "[CONFIG NTP] Install and configure ntp"
import_role:
name: config-ntp