ansible-ioncube

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

Install
ansible-galaxy install cristian04/ansible-ioncube
GitHub repository
License
Unknown
Downloads
1353
Owner