remove redis

This commit is contained in:
Pim Kunis 2023-07-14 14:17:47 +02:00
parent a201e952a6
commit 5830e63f46
2 changed files with 0 additions and 10 deletions

View file

@ -4,5 +4,3 @@
- name: cloudinit_wait
src: https://git.kun.is/pim/ansible-role-cloudinit-wait
scm: git
- name: redis
src: https://github.com/geerlingguy/ansible-role-redis

View file

@ -8,17 +8,9 @@
- name: Setup NFS
hosts: thecloud
pre_tasks:
- name: Symlink redis data directory
file:
src: /mnt/data/redis
dest: /var/lib/redis
state: link
roles:
- {role: apt, tags: apt}
- {role: postgresql, tags: postgresql}
- {role: redis, tags: redis}
post_tasks:
- name: Ensure NFS exports directory exists