Skip to content
Snippets Groups Projects
Commit 159a1d04 authored by František Dvořák's avatar František Dvořák
Browse files

New deployment of staging

parent f9c50bea
Branches
No related tags found
No related merge requests found
...@@ -5,21 +5,21 @@ fip: ...@@ -5,21 +5,21 @@ fip:
master: master:
hosts: hosts:
192.168.3.27: 192.168.0.75:
# must be IPv4 address or hostname # must be IPv4 address or hostname
kube_server: 192.168.3.27 kube_server: 192.168.0.75
ingress: ingress:
hosts: hosts:
192.168.1.221: 192.168.0.34:
nfs: nfs:
hosts: hosts:
192.168.0.64: 192.168.0.143:
worker: worker:
hosts: hosts:
192.168.1.24: 192.168.0.151:
gpu: gpu:
hosts: hosts:
...@@ -27,5 +27,5 @@ gpu: ...@@ -27,5 +27,5 @@ gpu:
# using public IP of kube_server for ansible delegate_to # using public IP of kube_server for ansible delegate_to
kube_server: kube_server:
hosts: hosts:
192.168.3.27: 192.168.0.75:
ansible_host: 192.168.3.27 ansible_host: 192.168.0.75
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment