idealista.vips-role

Logo

Build Status

Vips Ansible Role

This Ansible role installs the libvips image processing library on a Debian system.

Getting Started

These steps will help you add this role to your Ansible playbook. When you use it, it will install the libvips library.

Prerequisites

You need to have Ansible version 2.3.1.0 installed. The target system should be Debian.

For testing, you will need Molecule with Docker and Vagrant (with the landrush plugin) and VirtualBox for virtualization.

Installing

  1. Create or update your roles dependency file (like requirements.yml):

    - src: idealista.vips_role
      version: 1.0.0
      name: vips
    
  2. Install the role using the Ansible Galaxy command:

    ansible-galaxy install -p roles -r requirements.yml -f
    
  3. Use the role in your playbook:

    - hosts: someserver
      roles:
        - role: vips
    

Usage

Check the defaults file for configurable properties.

The supported version of orc is >= 0.4.20.

Testing

pipenv install -r test-requirements.txt --python 2.7
pipenv run molecule test --driver docker

Built With

Ansible

Molecule

Goss

Versioning

You can find available versions in the tags on this repository. Check the CHANGELOG.md file for details on what changed in each version.

Authors

Also, see the list of contributors who contributed to this project.

License

License

This project is licensed under the Apache 2.0 license. See the LICENSE file for more details.

Contributing

Please read CONTRIBUTING.md for details on our code of conduct and how to submit pull requests.

Informazioni sul progetto

libvips image processing library

Installa
ansible-galaxy install idealista.vips-role
Licenza
apache-2.0
Download
305
Proprietario
We release serious projects apart from Ansible Roles.