From f8ffbdf2b1fb220b3e90bc876687dfdd69141bc9 Mon Sep 17 00:00:00 2001 From: Tobias Lehmann Date: Tue, 16 Apr 2024 09:14:56 +0200 Subject: [PATCH] fixed timescaledb config --- playbooks/captica-automation-timescaledb.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/playbooks/captica-automation-timescaledb.yml b/playbooks/captica-automation-timescaledb.yml index 0f12a3a..bd9c59d 100644 --- a/playbooks/captica-automation-timescaledb.yml +++ b/playbooks/captica-automation-timescaledb.yml @@ -21,6 +21,7 @@ - hosts: "timescaledb" vars: hostname: timescaledb + lxc_ip: 192.168.150.130 tools_install_users: - root - ansible @@ -37,6 +38,7 @@ - hosts: "timescaledb" vars: + lxc_ip: 192.168.150.130 postgresql_admin_password: captica postgresql_allowed_hosts: - '192.168.150.1/32'