https://github.com/akman/ansible-role-ioncube_loader
Install IonCube Loader on Linux
https://github.com/akman/ansible-role-ioncube_loader
Last synced: about 1 year ago
JSON representation
Install IonCube Loader on Linux
- Host: GitHub
- URL: https://github.com/akman/ansible-role-ioncube_loader
- Owner: Akman
- License: mit
- Created: 2017-06-20T16:30:52.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2019-05-15T01:23:48.000Z (about 7 years ago)
- Last Synced: 2025-02-08T15:32:34.942Z (over 1 year ago)
- Homepage:
- Size: 11.7 KB
- Stars: 2
- Watchers: 2
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Ansible Role: ioncube_loader
Installs Ioncube loader on Linux.
## Requirements
None.
## Role Variables
Available variables are listed below, along with default values:
workspace: /root
php_ioncube_user: root
php_ioncube_group: root
php_version: '7.2'
php_ioncube_loader_module_path: "/usr/lib/php/{{ php_version }}/modules"
php_ioncube_loader_module_filename: "ioncube_loader_lin_{{ php_version }}.so"
php_ioncube_loader_config_filename: "10-ioncube.ini"
php_extension_conf_paths:
- "/etc/php/{{ php_version }}/fpm/conf.d"
- "/etc/php/{{ php_version }}/apache2/conf.d"
- "/etc/php/{{ php_version }}/cli/conf.d"
## Dependencies
- geerlingguy.php
## Example Playbook
- hosts: all
roles:
- akman.ioncube_loader
*Inside `vars/main.yml`*:
php_version: '7.2'
## License
MIT / BSD
## Author Information
This role was created in 2017 by Alexander Kapitman