whte lyrics, cv, ansible hosts file
This commit is contained in:
22
badhouseplants/k8s/hosts.yaml
Normal file
22
badhouseplants/k8s/hosts.yaml
Normal file
@ -0,0 +1,22 @@
|
||||
# --------------------------------------
|
||||
# -- Inventory for local dresup server (itigris)
|
||||
# --------------------------------------
|
||||
---
|
||||
k8s_master:
|
||||
hosts:
|
||||
91.232.225.93:
|
||||
vars:
|
||||
node_type: "master"
|
||||
ansible_user: "overlord"
|
||||
key_path: ~/.ssh/allanger.pub,
|
||||
|
||||
k8s_servant:
|
||||
hosts:
|
||||
10.42.82.101:
|
||||
# 10.42.82.102:
|
||||
10.42.82.103:
|
||||
vars:
|
||||
node_type: "worker"
|
||||
ansible_user: "overlord"
|
||||
key_path: ~/.ssh/allanger.pub,
|
||||
ansible_ssh_common_args: '-o "ProxyCommand ssh -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null -W %h:%p 91.232.225.93"'
|
Reference in New Issue
Block a user