-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathhosts.yml.example
62 lines (62 loc) · 1.62 KB
/
hosts.yml.example
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
all:
hosts:
localhost:
# ansible_python_interpreter: /etc/ansible/bin/activate
children:
builders: # Presumed to be CentOS8
hosts:
c0:
ansible_host: 192.168.0.4
ansible_user: ansible_user
home:
hosts:
Andromeda-Linux:
ansible_host: 192.168.0.2
Michelle-Laptop:
ansible_host: 192.168.0.3
k8s-lbs:
hosts:
k8s-controllers-lb:
ansible_host: 192.168.0.100
k8s-workers-lb:
ansible_host: 192.168.0.101
k8s-controllers:
hosts:
k8s-controller-0:
ansible_host: 192.168.0.110
k8s-controller-1:
ansible_host: 192.168.0.111
# k8s-controller-2:
# ansible_host: 192.168.0.112
k8s-workers:
hosts:
k8s-worker-0:
ansible_host: 192.168.0.120
k8s-worker-1:
ansible_host: 192.168.0.121
k8s-worker-2:
ansible_host: 192.168.0.122
# WINDOWS NODES AND MORE - WIP
# k8s-worker-3:
# ansible_host: 192.168.0.7
# ansible_connection: winrm
# ansible_user: USERNAME
# ansible_password: PASSWORD
# ansible_shell_type: powershell
# ansible_winrm_server_cert_validation: ignore
# k8s-etcd:
# hosts:
# k8s-etcd-0:
# ansible_host: 192.168.0.130
# k8s-etcd-1:
# ansible_host: 192.168.0.131
# k8s-etcd-2:
# ansible_host: 192.168.0.132
# k8s-vpn:
# hosts:
# vpn-0:
# ansible_host: 192.168.0.142
# k8s-docker:
# hosts:
# docker-0:
# ansible_host: 192.168.0.143