add redis role for ensuring redis is installed from distro packages
This is a requirement for a new netbox role.
This commit is contained in:
parent
537ef55b6f
commit
fc24bfff5d
2 changed files with 20 additions and 0 deletions
5
roles/redis/tasks/main.yaml
Normal file
5
roles/redis/tasks/main.yaml
Normal file
|
@ -0,0 +1,5 @@
|
|||
- name: Ensure redis is installed
|
||||
ansible.builtin.apt:
|
||||
name:
|
||||
- redis
|
||||
become: true
|
Loading…
Add table
Add a link
Reference in a new issue