initial commit

This commit is contained in:
Morre 2020-11-20 12:25:13 +01:00
commit 5925d5b26d
No known key found for this signature in database
GPG key ID: 5D9B9B1B8F424BBC
2 changed files with 11 additions and 0 deletions

6
handlers/main.yml Normal file
View file

@ -0,0 +1,6 @@
- name: restart redis
systemd:
name: redis
state: restarted
enabled: yes
daemon_reload: yes

5
tasks/main.yml Normal file
View file

@ -0,0 +1,5 @@
- name: install redis
apt:
pkg:
- redis