added .gitignore

This commit is contained in:
2021-06-24 14:24:31 +02:00
parent 88f2f3de5c
commit 28c55fa619
2 changed files with 1 additions and 10 deletions

1
.gitignore vendored Normal file
View File

@@ -0,0 +1 @@
inventory.ini

View File

@@ -1,10 +0,0 @@
[k8s_master]
192.168.20.118 node_ip=192.168.20.118 vm_hostname=k8smaster
[k8s_master:vars]
ansible_ssh_common_args='-o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null -o ProxyCommand="ssh -W %h:%p -q hqt"'
[k8s_slaves:vars]
ansible_ssh_common_args='-o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null -o ProxyCommand="ssh -W %h:%p -q hqt"'
[k8s_slaves]
192.168.20.119 node_ip=192.168.20.119
192.168.20.123 node_ip=192.168.20.123
192.168.20.122 node_ip=192.168.20.122