From 427612e64a5a06b05418fda7d60e24a29b02d728 Mon Sep 17 00:00:00 2001 From: Administrator Date: Tue, 21 Oct 2025 12:58:38 +0000 Subject: [PATCH] Update 2 files - /olimp-deploy.yml - /inventories/hosts --- inventories/hosts | 2 +- olimp-deploy.yml | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/inventories/hosts b/inventories/hosts index 8591405..ace3ddc 100644 --- a/inventories/hosts +++ b/inventories/hosts @@ -1,7 +1,7 @@ [infra] gateway ansible_host=192.168.1.201 int_ip=192.168.1.201 data ansible_host=192.168.1.202 int_ip=192.168.1.202 -media ansible_host=192.168.1.203 int_ip=192.168.1.203 +media ansible_host=192.168.1.224 int_ip=192.168.1.224 photo ansible_host=192.168.1.204 int_ip=192.168.1.204 cloud ansible_host=192.168.1.225 int_ip=192.168.1.225 talk ansible_host=192.168.1.206 int_ip=192.168.1.206 diff --git a/olimp-deploy.yml b/olimp-deploy.yml index 60b1e8a..3367dbb 100644 --- a/olimp-deploy.yml +++ b/olimp-deploy.yml @@ -9,6 +9,7 @@ - { role: npm, tags: deploy_npm } - { role: heimdall, tags: deploy_heimdall } - { role: dashy, tags: deploy_dashy } + - hosts: data roles: - { role: docker, tags: deploy_docker }