marksabbath.trellis_redis
Trellis Redis
This is an Ansible role designed to add Redis to a Trellis server setup.
This role works with Trellis. It will install and configure Redis along with the PECL php-redis extension on your server.
Getting Started
Add this role to the
galaxy.ymlfile in Trellis:- name: trellis-redis src: marksabbath.trellis_redis version: 0.2.6Run the command
ansible-galaxy install -r galaxy.ymlto install the new role.Next, include the role in both
server.ymlanddev.yml:roles: ... other Trellis roles ... - { role: trellis-redis, tags: [redis]}After adding the role to these files and installing it, provision your Vagrant box with:
vagrant reload --provision(if the Vagrant box is running) orvagrant provision(if it’s not running).
If you haven't started the box yet, just run vagrant up.
Informazioni sul progetto
Install and configure Redis in Trellis as an object cache.
Installa
ansible-galaxy install marksabbath.trellis_redisLicenza
mit
Download
7k
Proprietario
Working at WP Engine as Software Engineer
