ansible_playbooks/site_postgres_install.yml
2026-02-24 11:30:35 +03:00

6 lines
78 B
YAML
Executable file

---
- name: Postgres install
hosts: all
roles:
- postgres_install
...