summaryrefslogtreecommitdiffstats
path: root/meta/main.yml
blob: 1e142a9f79bbf4fde932e1aa2cfcad3f8cd5bd4a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
---
dependencies: []

galaxy_info:
  author: geerlingguy
  description: NTP installation and configuration for Linux.
  company: "Midwestern Mac, LLC"
  license: "license (BSD, MIT)"
  min_ansible_version: 2.2
  platforms:
    - name: EL
      versions:
      - all
    - name: Fedora
      versions:
      - all
    - name: Debian
      versions:
      - all
    - name: Ubuntu
      versions:
      - all
    - name: FreeBSD
      versions:
      - all
    - name: Suse
      versions:
      - all
    - name: Archlinux
      versions:
      - all
  galaxy_tags:
    - system
    - ntp
    - date
    - time