Skip to content

cmarquezrusso/ansible-ioncube

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Ansible role for ioncube

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published