update
Some checks failed
🏃‍♂️Run Ansible / install_ansible (push) Failing after 1m2s

This commit is contained in:
Ronny
2025-12-11 09:38:22 +00:00
parent c71ea0e776
commit e1bb7716ed
3 changed files with 47 additions and 12 deletions

View File

@@ -0,0 +1,8 @@
- hosts:
- postgresql
gather_facts: true
become: true
roles:
- etcd
- postgresql
- handlers