initial
This commit is contained in:
5
kube-cluster/ansible.cfg
Normal file
5
kube-cluster/ansible.cfg
Normal file
@@ -0,0 +1,5 @@
|
||||
[defaults]
|
||||
inventory = hosts.yaml
|
||||
private_key_file = /root/.ssh/ansible.key
|
||||
remote_user = ansible
|
||||
roles_path = roles:../roles
|
||||
14
kube-cluster/hosts.yaml
Normal file
14
kube-cluster/hosts.yaml
Normal file
@@ -0,0 +1,14 @@
|
||||
all:
|
||||
vars:
|
||||
timezone_name: UTC
|
||||
|
||||
nodes:
|
||||
hosts:
|
||||
node0:
|
||||
ansible_host: node0.pi-cluster.bwr.net
|
||||
node1:
|
||||
ansible_host: node1.pi-cluster.bwr.net
|
||||
node2:
|
||||
ansible_host: node2.pi-cluster.bwr.net
|
||||
node3:
|
||||
ansible_host: node3.pi-cluster.bwr.net
|
||||
Reference in New Issue
Block a user