31 lines
668 B
YAML
Executable File
31 lines
668 B
YAML
Executable File
# Copyright (c) Ontic. (http://www.ontic.com.au). All rights reserved.
|
|
# See the COPYING file bundled with this package for license details.
|
|
|
|
---
|
|
|
|
dependencies: []
|
|
|
|
galaxy_info:
|
|
author: 'Adam Dyson'
|
|
description: 'This role installs fonts on RedHat/CentOS and Debian/Ubuntu Linux servers.'
|
|
company: 'Ontic'
|
|
license: 'BSD-3-Clause'
|
|
min_ansible_version: '2.4'
|
|
platforms:
|
|
- name: 'Ubuntu'
|
|
versions:
|
|
- 'xenial'
|
|
- 'bionic'
|
|
- name: 'Debian'
|
|
versions:
|
|
- 'stretch'
|
|
- name: 'EL'
|
|
versions:
|
|
- '7'
|
|
galaxy_tags:
|
|
- 'ontic'
|
|
- 'system'
|
|
- 'typography'
|
|
- 'font'
|
|
- 'truetype'
|
|
- 'opentype' |