This role will download the Ioncube loaders 64Bits into a specified folder.
By default, it will decompress the package into /opt
but it can be changed using the ioncube_path variable.
ioncube_path: /opt
Folder where you want to install ioncube
---
- name: Install ioncube
hosts: all
become: yes
vars:
ioncube_path: /opt
roles:
- { role: cristian04.ansible-ioncube }
BSD