1st shot: install memcached, download and extract archive, make and make install

This commit is contained in:
2021-12-06 14:26:48 +01:00
parent cdea82b922
commit 1cbd649a78
11 changed files with 19338 additions and 3 deletions

9
tasks/memcached.yml Normal file
View File

@@ -0,0 +1,9 @@
---
- apt:
name: memcached
state: present
- service:
name: memcached
enabled: true
state: started