ansible-playbooks/ubuntu/pgbackrest-install.yml

8 lines
99 B
YAML
Raw Normal View History

---
- name: Install pgbackrest
hosts: pgbackrest
user: root
roles:
- pgbackrest-install