idealista.vips-role
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
Create or update your roles dependency file (like
requirements.yml
):- src: idealista.vips_role version: 1.0.0 name: vips
Install the role using the Ansible Galaxy command:
ansible-galaxy install -p roles -r requirements.yml -f
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
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
- Idealista - Work with - idealista
Also, see the list of contributors who contributed to this project.
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.