remove redis
This commit is contained in:
parent
a201e952a6
commit
5830e63f46
2 changed files with 0 additions and 10 deletions
|
@ -4,5 +4,3 @@
|
||||||
- name: cloudinit_wait
|
- name: cloudinit_wait
|
||||||
src: https://git.kun.is/pim/ansible-role-cloudinit-wait
|
src: https://git.kun.is/pim/ansible-role-cloudinit-wait
|
||||||
scm: git
|
scm: git
|
||||||
- name: redis
|
|
||||||
src: https://github.com/geerlingguy/ansible-role-redis
|
|
||||||
|
|
|
@ -8,17 +8,9 @@
|
||||||
- name: Setup NFS
|
- name: Setup NFS
|
||||||
hosts: thecloud
|
hosts: thecloud
|
||||||
|
|
||||||
pre_tasks:
|
|
||||||
- name: Symlink redis data directory
|
|
||||||
file:
|
|
||||||
src: /mnt/data/redis
|
|
||||||
dest: /var/lib/redis
|
|
||||||
state: link
|
|
||||||
|
|
||||||
roles:
|
roles:
|
||||||
- {role: apt, tags: apt}
|
- {role: apt, tags: apt}
|
||||||
- {role: postgresql, tags: postgresql}
|
- {role: postgresql, tags: postgresql}
|
||||||
- {role: redis, tags: redis}
|
|
||||||
|
|
||||||
post_tasks:
|
post_tasks:
|
||||||
- name: Ensure NFS exports directory exists
|
- name: Ensure NFS exports directory exists
|
||||||
|
|
Reference in a new issue