Update
This commit is contained in:
23
roles/configure_hosts/templates/hosts.j2
Normal file
23
roles/configure_hosts/templates/hosts.j2
Normal file
@ -0,0 +1,23 @@
|
||||
127.0.0.1 localhost
|
||||
127.0.1.1 ubuntu
|
||||
|
||||
# Workers
|
||||
{{ worker_address_01 }} {{ k8s_worker_01 }}
|
||||
{{ worker_address_02 }} {{ k8s_worker_02 }}
|
||||
{{ worker_address_03 }} {{ k8s_worker_03 }}
|
||||
|
||||
# Masters
|
||||
{{ master_address_01 }} {{ k8s_master_01 }}
|
||||
|
||||
# Load Balancer
|
||||
{{ balancer_address_01 }} {{ k8s_balancer_01 }}
|
||||
|
||||
# Management
|
||||
{{ management_address_01 }} {{ management_01}}
|
||||
|
||||
# The following lines are desirable for IPv6 capable hosts
|
||||
::1 ip6-localhost ip6-loopback
|
||||
fe00::0 ip6-localnet
|
||||
ff00::0 ip6-mcastprefix
|
||||
ff02::1 ip6-allnodes
|
||||
ff02::2 ip6-allrouters
|
8
roles/configure_hosts/templates/issue.j2
Normal file
8
roles/configure_hosts/templates/issue.j2
Normal file
@ -0,0 +1,8 @@
|
||||
Welcome and please do not do illegal stuff!
|
||||
|
||||
●
|
||||
/\__\__/\
|
||||
/ \
|
||||
\(ミ ⌒ ● ⌒ ミ)/ ★KUPO★
|
||||
|
||||
★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★
|
Reference in New Issue
Block a user