forked from finallycoffee/base
feat(ntp): add role and playbook
This commit is contained in:
7
playbooks/ntp.yml
Normal file
7
playbooks/ntp.yml
Normal file
@@ -0,0 +1,7 @@
|
||||
---
|
||||
- name: Install and configure network time protocol daemon
|
||||
hosts: "{{ ntp_hosts | default('ntp') }}"
|
||||
become: "{{ ntp_become | default(false) }}"
|
||||
gather_facts: "{{ ntp_gather_facts | default(false) }}"
|
||||
roles:
|
||||
- role: finallycoffee.base.ntp
|
||||
Reference in New Issue
Block a user