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
No related branches found
No related tags found
No related merge requests found
...@@ -4,3 +4,4 @@ owncloud_mysql_server: localhost ...@@ -4,3 +4,4 @@ owncloud_mysql_server: localhost
owncloud_mysql_user: root owncloud_mysql_user: root
owncloud_mysql_password: root owncloud_mysql_password: root
owncloud_trusted_domains: ['localhost', 'owncloud.Ansible.vagrant'] owncloud_trusted_domains: ['localhost', 'owncloud.Ansible.vagrant']
owncloud_redis_server: '/var/run/redis/redis.sock'
...@@ -91,3 +91,7 @@ ...@@ -91,3 +91,7 @@
scm: git scm: git
path: roles/ path: roles/
name: riemann name: riemann
- src: https://www.shore.co.il/cgit/ansible-redis
scm: git
path: roles/
name: redis
...@@ -47,6 +47,7 @@ ...@@ -47,6 +47,7 @@
- owncloud - owncloud
roles: roles:
- mysql - mysql
- redis
- owncloud - owncloud
- hosts: - hosts:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment