ontic.fonts
Ontic Fonts 
Branch | Build | Galaxy | Release |
---|---|---|---|
master |
Introduction
This tool installs fonts on Linux servers that run RedHat/CentOS or Debian/Ubuntu.
Requirements
Name | Version |
---|---|
None | N/A |
Installation
We recommend using Ansible Galaxy to install this tool, as it automatically handles dependencies. However, you can also use other methods listed below.
1.1 Downloading
You can download the project files as a .zip
file and unzip them into your ./roles/
folder.
1.2 Cloning
You can also clone the project into your ./roles/
folder using Git.
1.3 Ansible Galaxy
The easiest way to install this module is through the command line:
$ ansible-galaxy install ontic.fonts
If you have multiple roles to install, you can use a requirements.yml
file with the ansible-galaxy CLI:
- src: ontic.fonts
Then run:
$ ansible-galaxy install -r requirements.yml
Alternatively, you can download the source by specifying the repository in your requirements.yml
file:
- src: git+https://github.com/ontic/ansible-role-fonts.git
version: master
name: ontic.fonts
2.1 Enabling
To use this role in your playbook, enable it like this:
- name: Example web server
hosts: web_servers
roles:
- { role: ontic.fonts }
Documentation
You can find the complete documentation in the docs directory.
Contributors
Here are individuals who have contributed to this project. If you want to help, feel free to make a pull request or submit an issue.
License
This project is licensed under the BSD License. Check the LICENSE file for more details.