mirror of
https://github.com/roles-ansible/ansible_role_ntp.git
synced 2024-08-16 12:59:49 +02:00
Update supported devices and Licence
This commit is contained in:
parent
6ab9ef3c9c
commit
3fa537ce6a
3 changed files with 8 additions and 29 deletions
1
LICENSE
1
LICENSE
|
@ -187,6 +187,7 @@
|
|||
identification within third-party archives.
|
||||
|
||||
Copyright 2019 L3D
|
||||
Copyright 2018 diodonfrost
|
||||
|
||||
Licensed under the Apache License, Version 2.0 (the "License");
|
||||
you may not use this file except in compliance with the License.
|
||||
|
|
23
README.md
23
README.md
|
@ -9,11 +9,12 @@ This role provide a compliance for install ntp on your target host.
|
|||
|
||||
This role was developed using Ansible 2.7 Backwards compatibility is not guaranteed.
|
||||
|
||||
Supported platforms:
|
||||
```
|
||||
Please have a look into the meta file for supportet platform overview!
|
||||
|
||||
Please note: It could need some fixes on exotic untested devices!
|
||||
```
|
||||
Please have a look into the meta file for this kind of information!
|
||||
```
|
||||
|
||||
|
||||
## Role Variables
|
||||
|
||||
|
@ -43,21 +44,6 @@ ntp_servers:
|
|||
ntp_statistics: false
|
||||
```
|
||||
|
||||
## Dependencies
|
||||
|
||||
None
|
||||
|
||||
## Example Playbook
|
||||
|
||||
This is a sample playbook file for deploying the Ansible Galaxy ntp role in a localhost.
|
||||
|
||||
```yaml
|
||||
---
|
||||
- hosts: localhost
|
||||
become: true
|
||||
roles:
|
||||
- role: diodonfrost.ntp
|
||||
```
|
||||
|
||||
## Local Testing
|
||||
|
||||
|
@ -147,3 +133,4 @@ Apache 2
|
|||
## Author Information
|
||||
|
||||
This role was created in 2018 by diodonfrost.
|
||||
This role was updated in 2019 by L3D
|
||||
|
|
|
@ -17,19 +17,16 @@ galaxy_info:
|
|||
- 29
|
||||
- 28
|
||||
- 27
|
||||
- 26
|
||||
- name: Debian
|
||||
versions:
|
||||
- stretch
|
||||
- jessie
|
||||
- wheezy
|
||||
- squeeze
|
||||
- buster
|
||||
- name: Ubuntu
|
||||
versions:
|
||||
- disco
|
||||
- bionic
|
||||
- xenial
|
||||
- trusty
|
||||
- precise
|
||||
- name: OracleLinux
|
||||
versions:
|
||||
- 7
|
||||
|
@ -38,16 +35,12 @@ galaxy_info:
|
|||
versions:
|
||||
- 2017.12
|
||||
- 2016.03
|
||||
- 2013.09
|
||||
- name: opensuse
|
||||
versions:
|
||||
- 13.2
|
||||
- 42.1
|
||||
- 42.2
|
||||
- 42.3
|
||||
- name: SLES
|
||||
versions:
|
||||
- 11
|
||||
- 12
|
||||
- 15
|
||||
- name: ArchLinux
|
||||
|
@ -60,10 +53,8 @@ galaxy_info:
|
|||
versions:
|
||||
- 11.2
|
||||
- 10.4
|
||||
- 10.3
|
||||
- name: OpenBSD
|
||||
versions:
|
||||
- 6.0
|
||||
- 6.4
|
||||
|
||||
galaxy_tags:
|
||||
|
|
Loading…
Reference in a new issue