Files
ansible-runner/playbooks/install_postgresql.yml.ansible
Ronny a6c9845a97
Some checks failed
🏃‍♂️Run Ansible / install_ansible (push) Failing after 8m13s
add handlers
2025-12-11 19:59:32 +00:00

16 lines
208 B
Plaintext

- hosts:
- dev
gather_facts: true
become: true
roles:
- handlers
- net_apps
- hosts:
- postgresql
gather_facts: true
become: true
roles:
- net_apps
- etcd
- postgresql
- handlers