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: 4 months 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 (over 10 years ago)
- Default Branch: master
- Last Pushed: 2024-12-10T10:20:25.000Z (over 1 year ago)
- Last Synced: 2025-03-29T03:41:41.145Z (about 1 year ago)
- Topics: ansible, debian, font, fonts, ubuntu
- Language: Dockerfile
- Size: 92.8 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
## fonts
[](https://github.com/Oefenweb/ansible-fonts/actions?query=workflow%3ACI)
[](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)!