diff --git a/olimp-deploy.yml b/olimp-deploy.yml index ce88c1b..366ec32 100644 --- a/olimp-deploy.yml +++ b/olimp-deploy.yml @@ -1,6 +1,6 @@ --- - name: Create Gateway LXC container in Proxmox - hosts: proxmox_server + hosts: proxmox gather_facts: false vars_files: - vault.yml @@ -9,7 +9,7 @@ tags: deploy_lxc - name: Base setup for gateway - hosts: gateway_server + hosts: gateway vars_files: - vault.yml roles: @@ -17,19 +17,19 @@ tags: base_setup - name: Install Docker on gateway - hosts: gateway_server + hosts: gateway roles: - role: docker tags: deploy_docker - name: Deploy Heimdall service - hosts: gateway_server + hosts: gateway roles: - role: heimdall tags: deploy_heimdall - name: Deploy NPM service - hosts: gateway_server + hosts: gateway roles: - role: npm tags: deploy_npm \ No newline at end of file