From 0f32e327e4fe9f21c37f6ea852ab059cb6d53b33 Mon Sep 17 00:00:00 2001 From: Anton Vakhrushev Date: Mon, 15 Aug 2022 11:09:22 +0300 Subject: [PATCH] =?UTF-8?q?=D0=94=D0=BE=D0=B1=D0=B0=D0=B2=D0=B8=D0=BB=20?= =?UTF-8?q?=D0=BA=D0=BE=D0=BD=D1=84=D0=B8=D0=B3=D1=83=D1=80=D0=B0=D1=86?= =?UTF-8?q?=D0=B8=D1=8E=20=D0=B4=D0=BB=D1=8F=20homepage?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ansible/configuration.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/ansible/configuration.yml b/ansible/configuration.yml index ebfe79d..33b2cd3 100644 --- a/ansible/configuration.yml +++ b/ansible/configuration.yml @@ -3,6 +3,7 @@ vars: notes_port: 41080 dayoff_port: 41081 + homepage_port: 41082 vars_files: - vars/vars.yml @@ -74,12 +75,15 @@ vars: username: homepage extra_groups: - - www-data - docker ssh_keys: - '{{ lookup("file", "files/av_id_rsa.pub") }}' env: DOCKER_PREFIX: homepage + PROJECT_NAME: homepage + IMAGE_PREFIX: homepage + CONTAINER_PREFIX: homepage + WEB_SERVER_PORT: '127.0.0.1:{{ homepage_port }}' tags: - apps