Files
ansible-runner/playbooks/deploy_valkey.yml.ansible
Ronny f777c58880
Some checks failed
🏃Run Ansible / install_ansible (push) Has been cancelled
deploy valkey
2025-12-28 15:50:52 +00:00

8 lines
110 B
Plaintext

- name: Gather facts from all hosts
hosts: valkey
gather_facts: true
become: true
roles:
- valkey
#