Skip to content

Ansible role to set up fonts in Debian-like systems

License

Notifications You must be signed in to change notification settings

Oefenweb/ansible-fonts

Repository files navigation

fonts

CI Ansible Galaxy

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

---
- hosts: all
  roles:
    - oefenweb.fonts

License

MIT

Author Information

Mischa ter Smitten

Feedback, bug-reports, requests, ...

Are welcome!