deploy valkey
Some checks failed
🏃Run Ansible / install_ansible (push) Has been cancelled

This commit is contained in:
Ronny
2025-12-28 15:50:52 +00:00
parent 6f170b3873
commit f777c58880
3 changed files with 19 additions and 12 deletions

View File

@@ -0,0 +1,7 @@
- name: Gather facts from all hosts
hosts: valkey
gather_facts: true
become: true
roles:
- valkey
#