Skip to content

Latest commit

 

History

History
34 lines (24 loc) · 791 Bytes

README.md

File metadata and controls

34 lines (24 loc) · 791 Bytes

Ioncube

Build Status

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

Cristian Russo