ansible-ioncube
Ioncube
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.
Role Variables
ioncube_path: /opt
Folder where you want to install ioncube
Example Playbook
---
- name: Install ioncube
hosts: all
become: yes
vars:
ioncube_path: /opt
roles:
- { role: cristian04.ansible-ioncube }
License
BSD
Author Information
Install
ansible-galaxy install cristian04/ansible-ioncube
License
Unknown
Downloads
1358
Owner