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 }