Remove testing k8s env
This commit is contained in:
parent
58c4e05635
commit
0b0c7035cf
@ -40,31 +40,3 @@ all:
|
||||
game:
|
||||
hosts:
|
||||
game1.desu.ltd:
|
||||
k8s:
|
||||
children:
|
||||
k8s_masters:
|
||||
vars:
|
||||
kubernetes_role: master
|
||||
hosts:
|
||||
kub-ms1:
|
||||
ansible_host: 192.168.115.187
|
||||
k8s_nodes:
|
||||
vars:
|
||||
kubernetes_role: node
|
||||
hosts:
|
||||
kub-node1:
|
||||
ansible_host: 192.168.115.131
|
||||
kub-node2:
|
||||
ansible_host: 192.168.115.198
|
||||
kub-node3:
|
||||
ansible_host: 192.168.115.251
|
||||
kub-node4:
|
||||
ansible_host: 192.168.115.224
|
||||
kub-node5:
|
||||
ansible_host: 192.168.115.190
|
||||
kub-node6:
|
||||
ansible_host: 192.168.115.196
|
||||
kub-node7:
|
||||
ansible_host: 192.168.115.170
|
||||
kub-node8:
|
||||
ansible_host: 192.168.115.199
|
||||
|
@ -1,15 +0,0 @@
|
||||
#!/usr/bin/env ansible-playbook
|
||||
# vim:ft=ansible:
|
||||
# My personal k8s cluster
|
||||
---
|
||||
- hosts: k8s
|
||||
roles:
|
||||
- role: docker
|
||||
tags: [ k8s, docker, skip-pull ]
|
||||
# Note: the master and all its nodes must run this role at the same time
|
||||
# in order for the join token to be registered properly.
|
||||
# Failure to do so will result in nodes not joining the cluster.
|
||||
- role: k8s
|
||||
vars:
|
||||
kubernetes_enable_web_ui: yes
|
||||
tags: [ k8s, skip-pull ]
|
0
playbooks/pik8s.yml
Normal file → Executable file
0
playbooks/pik8s.yml
Normal file → Executable file
Loading…
Reference in New Issue
Block a user