81 lines
2.6 KiB
Markdown
Executable File
81 lines
2.6 KiB
Markdown
Executable File
# Ontic Fonts 
|
|
|
|
| Branch | Build | Galaxy | Release |
|
|
| :----------------- | :------------------ | :------------------ | :------------------- |
|
|
| **master** | [](https://travis-ci.org/ontic/ansible-role-fonts) | [](https://galaxy.ansible.com/ontic/fonts) | [](https://github.com/ontic/ansible-role-fonts/releases) |
|
|
|
|
## Introduction
|
|
|
|
This role installs fonts on RedHat/CentOS and Debian/Ubuntu Linux servers.
|
|
|
|
## Requirements
|
|
|
|
| Name | Version |
|
|
| :-------------------------------------------------------------------------------------------- | :------------ |
|
|
None | N/A |
|
|
|
|
|
|
## Installation
|
|
|
|
We strongly suggest installing this role using [Ansible Galaxy](https://galaxy.ansible.com) so that any dependencies
|
|
will get resolved and downloaded automatically. However, we've listed a few other alternatives.
|
|
|
|
### 1.1 Downloading
|
|
|
|
Download the project files as a `.zip` archive, extracting them into your `./roles/` directory.
|
|
|
|
### 1.2 Cloning
|
|
|
|
Clone the project it into your `./roles/` directory.
|
|
|
|
### 1.3 Ansible Galaxy
|
|
|
|
The easiest way to install this module is via the command line:
|
|
|
|
```
|
|
$ ansible-galaxy install ontic.fonts
|
|
```
|
|
|
|
If you have multiple roles to install, the ansible-galaxy CLI can be fed a `requirements.yml` file.
|
|
|
|
```yml
|
|
- src: ontic.fonts
|
|
```
|
|
|
|
```
|
|
$ ansible-galaxy install -r requirements.yml
|
|
```
|
|
|
|
Alternatively you could download the source by setting the repository in your `requirements.yml` file:
|
|
|
|
```yml
|
|
- src: git+https://github.com/ontic/ansible-role-fonts.git
|
|
version: master
|
|
name: ontic.fonts
|
|
```
|
|
|
|
### 2.1 Enabling
|
|
|
|
Enable the role in your playbook file.
|
|
|
|
```yml
|
|
- name: Example web server
|
|
hosts: web_servers
|
|
roles:
|
|
- { role: ontic.fonts }
|
|
```
|
|
|
|
## Documentation
|
|
|
|
Full documentation is available in the [docs](/docs) directory.
|
|
|
|
## Contributors
|
|
|
|
Below lists all individuals having contributed to the repository. If you would like to get involved, we encourage
|
|
you to do so by making a [pull](../../pulls) request or submitting an [issue](../../issues).
|
|
|
|
* [Adam Dyson](https://github.com/adamdyson)
|
|
|
|
## License
|
|
|
|
Licensed under the BSD License. See the [LICENSE](/LICENSE) file for details. |