diff --git a/inventory.yml b/inventory.yml index e6059d7..a3fc5c0 100644 --- a/inventory.yml +++ b/inventory.yml @@ -13,7 +13,7 @@ all: country: Luxembourg isp: BuyVM wiki_page: Pizza-1 - watchtower_mtrx_username: watchtower-pizza + watchtower_mtrx_username: psf-watchtower-pizza us: ansible_host: us.vpn.projectsegfau.lt ansible_user: ansiblerunner @@ -25,7 +25,7 @@ all: isp: Racknerd wiki_page: US_Node server_prefix: us - watchtower_mtrx_username: watchtower-us + watchtower_mtrx_username: psf-watchtower-us in: ansible_host: in.vpn.projectsegfau.lt ansible_user: ansiblerunner @@ -37,7 +37,7 @@ all: country: India isp: Bharti Airtel wiki_page: India_Node - watchtower_mtrx_username: watchtower-in + watchtower_mtrx_username: psf-watchtower-in others: hosts: in2: @@ -51,4 +51,4 @@ all: country: India isp: Bharti Airtel wiki_page: India_Node - watchtower_mtrx_username: watchtower-in + watchtower_mtrx_username: psf-watchtower-in02 diff --git a/privfrontends/compose/watchtower/compose.yml.j2 b/privfrontends/compose/watchtower/compose.yml.j2 index e455e04..34e04ae 100644 --- a/privfrontends/compose/watchtower/compose.yml.j2 +++ b/privfrontends/compose/watchtower/compose.yml.j2 @@ -10,5 +10,5 @@ services: - WATCHTOWER_INCLUDE_STOPPED=false - WATCHTOWER_POLL_INTERVAL=3600 - WATCHTOWER_MONITOR_ONLY=false - - WATCHTOWER_NOTIFICATION_URL=matrix://{{watchtower_mtrx_username}}:{{watchtower_mtrx_pass}}@matrix.projectsegfau.lt/ + - WATCHTOWER_NOTIFICATION_URL=matrix://{{watchtower_mtrx_username}}:{{watchtower_mtrx_pass}}@matrix.envs.net/ restart: unless-stopped