fonts

fonts

Source Code General Workflow Readme Workflow Galaxy Workflow License: Apache-2.0 Ansible Role

[!IMPORTANT] This role have been archived because of the lack of maintenance and because we are not actively using it anymore. If you are using this role feel free to fork and maintain it on your own. Maybe we will unarchive this repository in the future at some point, maybe not... Who knows...

Ansible role to install additional system fonts.

Building and improving this Ansible role have been sponsored by my current and previous employers like Cloudpunks GmbH and Proact Deutschland GmbH.

Table of content


Requirements

  • Minimum Ansible version: 2.10

Default Variables

fonts_extra_archives

List of extra archives to install

Default value

fonts_extra_archives: []

Example usage

fonts_extra_archives:
  - name: nerd-font-agave
    url: https://github.com/ryanoasis/nerd-fonts/releases/download/v2.3.3/Agave.zip
    exclude:
      - FILENAME.txt
  - name: nerd-font-arimo
    state: absent

fonts_extra_packages

List of extra packages to install

Default value

fonts_extra_packages: []

fonts_general_archives

List of general archives to install

Default value

fonts_general_archives:
  - name: source-code-pro
    url: https://fonts.google.com/download?family=Source%20Code%20Pro
    exclude:
      - README.txt
      - static/*

Example usage

fonts_general_archives:
  - name: nerd-font-agave
    url: https://github.com/ryanoasis/nerd-fonts/releases/download/v2.3.3/Agave.zip
    exclude:
      - FILENAME.txt
  - name: nerd-font-arimo
    state: absent

fonts_general_packages

List of general packages to install

Default value

fonts_general_packages:
  - fontconfig
  - unzip
  - fonts-firacode
  - fonts-font-awesome
  - fonts-noto
  - fonts-roboto

Discovered Tags

fonts

Dependencies

  • None

License

Apache-2.0

Author

Thomas Boerger

About

Ansible role to install additional system fonts

Install
ansible-galaxy install rolehippie/fonts
GitHub repository
License
apache-2.0
Downloads
18
Owner
Ansible role collection of Webhippie