Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/wtanaka/ansible-role-pngcrush
Ansible role to install pngcrush
https://github.com/wtanaka/ansible-role-pngcrush
ansible ansible-galaxy ansible-role ansible-roles compression compressor galaxy png png-compression png-optimizer pngcrush pngs
Last synced: 19 days ago
JSON representation
Ansible role to install pngcrush
- Host: GitHub
- URL: https://github.com/wtanaka/ansible-role-pngcrush
- Owner: wtanaka
- Created: 2017-07-22T23:48:08.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2020-07-05T21:38:40.000Z (over 4 years ago)
- Last Synced: 2024-11-22T21:49:51.423Z (3 months ago)
- Topics: ansible, ansible-galaxy, ansible-role, ansible-roles, compression, compressor, galaxy, png, png-compression, png-optimizer, pngcrush, pngs
- Size: 10.7 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[![Build Status](https://travis-ci.org/wtanaka/ansible-role-pngcrush.svg?branch=master)](https://travis-ci.org/wtanaka/ansible-role-pngcrush)
[![CircleCI](https://circleci.com/gh/wtanaka/ansible-role-pngcrush.svg?style=svg)](https://circleci.com/gh/wtanaka/ansible-role-pngcrush)wtanaka.pngcrush
================This ansible role installs pngcrush, an optimizer for PNG (Portable
Network Graphics) files. It can be run from a commandline in an MSDOS
window, or from a UNIX or LINUX commandline.Its main purpose is to reduce the size of the PNG IDAT datastream by
trying various compression levels and PNG filter methods. It also can
be used to remove unwanted ancillary chunks, or to add certain chunks
including gAMA, tRNS, iCCP, and textual chunks.Example Playbook
----------------- hosts: all
roles:
- wtanaka.pngcrush### `pngcrush_should_shortcircuit`
Default: True
When `True`, this role short-circuits itself if a `pngcrush` is
already in the `PATH`.### All variables
The full set of configuration options available are visible in
[defaults/main.yml](defaults/main.yml)License
-------GPLv2
Author Information
------------------http://wtanaka.com/