From 10aa88f36cbebe973117780c2986062cc345ba21 Mon Sep 17 00:00:00 2001 From: Sergio Nemirowski Date: Thu, 6 Jul 2023 01:53:07 +0300 Subject: [PATCH] control port is required for self checks Signed-off-by: Sergio Nemirowski --- defaults/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/defaults/main.yml b/defaults/main.yml index 9db2421..fdc91a2 100644 --- a/defaults/main.yml +++ b/defaults/main.yml @@ -34,7 +34,7 @@ neofs_ir__wallet_path: '{{ neofs_ir__conf_dir }}/wallet.json' neofs_ir__wallet_address: '' neofs_ir__wallet_password: '' -neofs_ir__control_enabled: False +neofs_ir__control_enabled: True neofs_ir__control_address: 'localhost' neofs_ir__control_port: 8090 neofs_ir__control_allow: []