Skip to content
Snippets Groups Projects
Commit c1d06441 authored by nimrod's avatar nimrod
Browse files

- Add redis (server) role.

- Install Redis on ownCloud box, configure it to use the socket (not TCP port)
  for best performance.
parent 19353a1d
Branches
No related tags found
No related merge requests found
......@@ -4,3 +4,4 @@ owncloud_mysql_server: localhost
owncloud_mysql_user: root
owncloud_mysql_password: root
owncloud_trusted_domains: ['localhost', 'owncloud.Ansible.vagrant']
owncloud_redis_server: '/var/run/redis/redis.sock'
......@@ -91,3 +91,7 @@
scm: git
path: roles/
name: riemann
- src: https://www.shore.co.il/cgit/ansible-redis
scm: git
path: roles/
name: redis
......@@ -47,6 +47,7 @@
- owncloud
roles:
- mysql
- redis
- owncloud
- hosts:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment