This commit is contained in:
2023-10-28 19:57:20 +02:00
parent a932167bc6
commit 0c058e1a87
9 changed files with 803 additions and 19 deletions

View File

@ -51,14 +51,14 @@
tags:
- redis-server
- name: (redis-server.yml) Install redis packages (centos system)
- name: (redis-server.yml) Install redis packages (centos / fedora system)
yum:
name: redis
state: latest
update_cache: yes
when:
- ansible_os_family == "RedHat"
- ansible_distribution == "CentOS"
- ansible_distribution == "CentOS" or ansible_distribution == "Fedora"
tags:
- redis-server