From 90513a07ed332648424e217e0a0ee0fea0fed207 Mon Sep 17 00:00:00 2001 From: diodonfrost Date: Fri, 28 Dec 2018 12:06:26 +0100 Subject: [PATCH] .kitchen-vagrant.yml --- .travis.yml | 2 +- README.md | 16 +--------------- 2 files changed, 2 insertions(+), 16 deletions(-) diff --git a/.travis.yml b/.travis.yml index 7c9343f..e950112 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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 diff --git a/README.md b/README.md index 25126f7..c04f34e 100644 --- a/README.md +++ b/README.md @@ -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 ---