Files
ansible-runner/playbooks/install_postgresql.yml.ansible
Ronny 0038dcd904
Some checks failed
🏃‍♂️Run Ansible / install_ansible (push) Failing after 2m21s
fix
2025-12-11 19:17:55 +00:00

15 lines
195 B
Plaintext

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