Skip to content

Ansible role to add Redis to Trellis server provisioning

License

Notifications You must be signed in to change notification settings

marksabbath/trellis-redis

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Trellis Redis

Ansible role to add Redis to Trellis server provisioning

This role is made to be used with Trellis. It installs and configures Redis and the PECL php-redis extension on your server.

Get Started

Add the role to the galaxy.yml file of Trellis :

- name: trellis-redis
  src: marksabbath.trellis_redis
  version: 0.2.6

Run ansible-galaxy install -r galaxy.yml to install the new role.
Then, add the role into both server.yml and dev.yml:

roles:
    ... other Trellis roles ...
    - { role: trellis-redis, tags: [redis]}

After adding the role to the above files and running the install, provision your Vagrant box with vagrant reload --provision (if it's running) or vagrant provision (if it's not). If you haven't provisioned the box yet simply run vagrant up.

About

Ansible role to add Redis to Trellis server provisioning

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Jinja 100.0%