Use zip file from ansible's /files folder instead of downloading it from web

This page summarizes the projects mentioned and recommended in the original post on /r/ansible

Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
  • Hack

    A typeface designed for source code

    - name: system | fonts | download hack font become_user: myuser get_url: url: "https://github.com/source-foundry/Hack/releases/download/v3.003/Hack-v3.003-ttf.zip" dest: /home/myuser/Downloads mode: '0755' - name: system | fonts | unpack hack font become_user: myuser unarchive: src: /home/myuser/Downloads/Hack-v3.003-ttf.zip dest: /home/myuser/Downloads - name: system | fonts | copy hack font become_user: myuser copy: src: /home/myuser/Downloads/ttf/ dest: /home/myuser/.fonts

  • ansible

    My Ansible configuration. (by zoliky)

    Here it is: https://github.com/zoliky/ansible

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts