From fb6b4b0d18c0d7a176b220eb3120e71627a63c0e Mon Sep 17 00:00:00 2001 From: Joe Banks Date: Fri, 7 Jun 2024 14:13:40 +0100 Subject: Add host vars for database host to export PostgreSQL log --- ansible/host_vars/lovelace/alloy.yml | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 ansible/host_vars/lovelace/alloy.yml (limited to 'ansible') diff --git a/ansible/host_vars/lovelace/alloy.yml b/ansible/host_vars/lovelace/alloy.yml new file mode 100644 index 0000000..9d079ef --- /dev/null +++ b/ansible/host_vars/lovelace/alloy.yml @@ -0,0 +1,4 @@ +--- +alloy_extra_files: + - name: postgresql + path: "/var/log/postgresql/postgresql-*-main.log" -- cgit v1.2.3