Skip to content

Instantly share code, notes, and snippets.

---
- name: Install Pgwatch
hosts: all
become: yes
gather_facts: no
vars:
pgwatch_version: 3.8.0
pgwatch_deb_url: "https://github.com/f9n/pgwatch/releases/download/v{{ pgwatch_version }}/pgwatch_Linux_x86_64.deb"
pgwatch_config_dir: /etc/pgwatch
pgwatch_sources_file: "{{ pgwatch_config_dir }}/sources.yaml"