32 lines
908 B
INI
32 lines
908 B
INI
[perso]
|
|
ovh_fr ansible_host=37.187.127.90 ansible_user=stephane
|
|
scaleway_fr ansible_host=163.172.84.28 ansible_user=stephane
|
|
|
|
; # TO KNOW WHOIS CHISEL SERVER
|
|
; [server]
|
|
; scaleway_fr ansible_host=163.172.84.28 ansible_user=stephane
|
|
|
|
; [ovh]
|
|
; ovh_fr ansible_host=37.187.127.90 ansible_user=stephane
|
|
|
|
; [perso]
|
|
; 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
|
|
|
|
|
|
; curl -v -X POST \
|
|
; -H "Content-Type: application/json" \
|
|
; -d '{
|
|
; "auth": "admin",
|
|
; "password": "test"
|
|
; }' \
|
|
; https://semaphore.jingoh.fr/auth/login |