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:
parent
712e708bea
commit
90513a07ed
2 changed files with 2 additions and 16 deletions
|
@ -22,7 +22,6 @@ env:
|
||||||
version: "28"
|
version: "28"
|
||||||
- distribution: fedora
|
- distribution: fedora
|
||||||
version: "27"
|
version: "27"
|
||||||
playbook: default.yml
|
|
||||||
- distribution: fedora
|
- distribution: fedora
|
||||||
version: "26"
|
version: "26"
|
||||||
|
|
||||||
|
@ -73,6 +72,7 @@ env:
|
||||||
version: "2"
|
version: "2"
|
||||||
- distribution: amazonlinux
|
- distribution: amazonlinux
|
||||||
version: "1"
|
version: "1"
|
||||||
|
|
||||||
#--------------------------------
|
#--------------------------------
|
||||||
#
|
#
|
||||||
# Opensuse
|
# Opensuse
|
||||||
|
|
16
README.md
16
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
|
# 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
|
## Dependencies
|
||||||
|
@ -95,7 +81,7 @@ None
|
||||||
|
|
||||||
## Example Playbook
|
## 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
|
```yaml
|
||||||
---
|
---
|
||||||
|
|
Loading…
Reference in a new issue