maztch.ansible_role_gifsicle

Ansible Role: gifsicle

Build Status

This role installs gifsicle from source on RedHat/CentOS and Debian/Ubuntu servers.

Requirements

If you are using SSL/TLS, you must provide your own certificate and key files. You can create a self-signed certificate by running this command: openssl req -x509 -nodes -days 365 -newkey rsa:2048 -keyout example.key -out example.crt.

Role Variables

Here are the available variables, along with their default values (see defaults/main.yml):

  • gifsicle_version: 1.91

    This is the version of gifsicle you want to install.

  • gifsicle_options:

    • --disable-gifview
    • --disable-gifdiff

    This is a list of extra options for building giflossy.

Dependencies

There are no dependencies.

Example Playbook

- hosts: webservers
  vars_files:
    - vars/main.yml
  roles:
    - { role: maztch.gifsicle }

In vars/main.yml:

giflossy_options:
  - --disable-gifview

License

MIT / BSD

Informazioni sul progetto

Installs gifsicle

Installa
ansible-galaxy install maztch.ansible_role_gifsicle
Licenza
Unknown
Download
15.5k
Proprietario