Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/oefenweb/ansible-fonts
Ansible role to set up fonts in Debian-like systems
https://github.com/oefenweb/ansible-fonts
ansible debian font fonts ubuntu
Last synced: about 1 month ago
JSON representation
Ansible role to set up fonts in Debian-like systems
- Host: GitHub
- URL: https://github.com/oefenweb/ansible-fonts
- Owner: Oefenweb
- License: mit
- Created: 2016-03-18T14:51:34.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2023-11-02T12:16:23.000Z (about 1 year ago)
- Last Synced: 2023-11-02T13:27:19.473Z (about 1 year ago)
- Topics: ansible, debian, font, fonts, ubuntu
- Language: Dockerfile
- Size: 86.9 KB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
## fonts
[![CI](https://github.com/Oefenweb/ansible-fonts/workflows/CI/badge.svg)](https://github.com/Oefenweb/ansible-fonts/actions?query=workflow%3ACI)
[![Ansible Galaxy](http://img.shields.io/badge/ansible--galaxy-fonts-blue.svg)](https://galaxy.ansible.com/Oefenweb/fonts)Set up fonts in Debian-like systems.
#### Requirements
* `fontconfig` (will be installed)
#### Variables
* `fonts_font_paths`: [default: `[]`]: Font path declarations
* `fonts_font_paths.{n}.src`: [required]: The local path of the font directory
* `fonts_font_paths.{n}.dest`: [required]: The remote path of the font directory
* `fonts_font_paths.{n}.state`: [optional, default: `present`]: State* `fonts_rsync_path`: [default: `rsync`]: Specify the `rsync` command to run on the remote host
## Dependencies
None
#### Example
```yaml
---
- hosts: all
roles:
- oefenweb.fonts
```#### License
MIT
#### Author Information
Mischa ter Smitten
#### Feedback, bug-reports, requests, ...
Are [welcome](https://github.com/Oefenweb/ansible-fonts/issues)!