whte lyrics, cv, ansible hosts file

This commit is contained in:
Allen Languor
2021-05-21 12:55:25 +03:00
parent e565f250af
commit 7b965dbb7c
11 changed files with 399 additions and 17 deletions

View 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"'