1
0
Fork 0
mirror of https://github.com/roles-ansible/ansible_role_ntp.git synced 2024-08-16 12:59:49 +02:00

.kitchen-vagrant.yml

This commit is contained in:
diodonfrost 2018-12-28 12:06:26 +01:00
parent 712e708bea
commit 90513a07ed
2 changed files with 2 additions and 16 deletions

View file

@ -22,7 +22,6 @@ env:
version: "28"
- distribution: fedora
version: "27"
playbook: default.yml
- distribution: fedora
version: "26"
@ -73,6 +72,7 @@ env:
version: "2"
- distribution: amazonlinux
version: "1"
#--------------------------------
#
# Opensuse

View file

@ -73,20 +73,6 @@ This role has multiple variables. The defaults for all these variables are the f
---
# defaults file for ansible-role-ntp
# Specify ntp version to install
# Depends on the operating system
# Accepted value: 6,7,8,9,11,latest
# latest take latest version of ntp supported by operating system
# Default latest
ntp_version: latest
# Install ntp virtual machine
# Default is true
openjre_install: true
# Install ntp virtual machine and development kit for ntp
# Default is false
openjdk_install: false
```
## Dependencies
@ -95,7 +81,7 @@ None
## Example Playbook
This is a sample playbook file for deploying the Ansible Galaxy ntp role in a localhost and installing openjdk-jre.
This is a sample playbook file for deploying the Ansible Galaxy ntp role in a localhost.
```yaml
---