------------------------- * INITIAL: - intial commit for the zen_ntp ansible play
9 lines
82 B
YAML
9 lines
82 B
YAML
---
|
|
- hosts: all
|
|
become: yes
|
|
gather_facts: yes
|
|
|
|
|
|
roles:
|
|
- role: zen_ntp
|