test with ssh new ubuntu
This commit is contained in:
53
hosts
53
hosts
@@ -1,53 +1,12 @@
|
||||
# Test VM vagrant
|
||||
; [kubernetes:children]
|
||||
; kubemaster
|
||||
; kubeworker
|
||||
|
||||
; [kubemaster]
|
||||
; ovh_master ansible_host=37.187.127.90 ansible_user=stephane
|
||||
|
||||
[netbird]
|
||||
ovh01 ansible_host=5.135.181.11 ansible_user=stephane
|
||||
scaleway_fr ansible_host=163.172.84.28 ansible_user=stephane
|
||||
node1 ansible_host=163.172.209.36 ansible_user=stephane
|
||||
node2 ansible_host=5.135.181.11 ansible_user=stephane
|
||||
scaleway ansible_host=163.172.84.28 ansible_user=stephane
|
||||
|
||||
[controller]
|
||||
scaleway ansible_host=163.172.84.28 ansible_user=stephane
|
||||
|
||||
[monitoring]
|
||||
ovh01 ansible_host=5.135.181.11 ansible_user=stephane
|
||||
; ubuntu ansible_host=192.168.0.22 ansible_user=vagrant ansible_password=vagrant
|
||||
[kubernetes]
|
||||
node1 ansible_host=163.172.209.36 ansible_user=stephane
|
||||
node2 ansible_host=5.135.181.11 ansible_user=stephane
|
||||
|
||||
[elasticsearch]
|
||||
ubuntu ansible_host=192.168.0.26 ansible_user=vagrant ansible_password=vagrant
|
||||
|
||||
[test]
|
||||
ubuntu ansible_host=192.168.0.26 ansible_user=vagrant ansible_password=vagrant
|
||||
|
||||
; # TO KNOW WHOIS CHISEL SERVER
|
||||
; [server]
|
||||
; scaleway_fr ansible_host=163.172.84.28 ansible_user=stephane
|
||||
|
||||
; [local]
|
||||
; vagrant ansible_host=192.168.33.10 ansible_user=vagrant ansible_password=vagrant
|
||||
; ubuntu-worker ansible_host=192.168.33.11 ansible_user=vagrant ansible_password=vagrant
|
||||
|
||||
; [workers]
|
||||
; ubuntu-worker ansible_host=192.168.33.11 ansible_user=vagrant ansible_password=vagrant
|
||||
|
||||
|
||||
#kubectl label node ubuntu-worker node-role.kubernetes.io/worker ubuntu-worker
|
||||
|
||||
|
||||
|
||||
[testswarm]
|
||||
manager ansible_host=192.168.50.4 ansible_user=vagrant ansible_password=vagrant ansible_become_password=vagrant
|
||||
worker1 ansible_host=192.168.50.40 ansible_user=vagrant ansible_password=vagrant ansible_become_password=vagrant
|
||||
worker2 ansible_host=192.168.50.44 ansible_user=vagrant ansible_password=vagrant ansible_become_password=vagrant
|
||||
|
||||
|
||||
[docker_swarm_manager]
|
||||
manager ansible_host=192.168.50.4 ansible_user=vagrant ansible_password=vagrant ansible_become_password=vagrant
|
||||
|
||||
[docker_swarm_worker]
|
||||
worker1 ansible_host=192.168.50.40 ansible_user=vagrant ansible_password=vagrant ansible_become_password=vagrant
|
||||
worker2 ansible_host=192.168.50.44 ansible_user=vagrant ansible_password=vagrant ansible_become_password=vagrant
|
||||
Reference in New Issue
Block a user