adding credentials
This commit is contained in:
2
ansible/inventory/host_vars/kube01/kube01.yaml
Normal file
2
ansible/inventory/host_vars/kube01/kube01.yaml
Normal file
@ -0,0 +1,2 @@
|
||||
---
|
||||
ansible_host: kube01.balsillie.net
|
2
ansible/inventory/host_vars/kube02/kube02.yaml
Normal file
2
ansible/inventory/host_vars/kube02/kube02.yaml
Normal file
@ -0,0 +1,2 @@
|
||||
---
|
||||
ansible_host: kube02.balsillie.net
|
2
ansible/inventory/host_vars/kube03/kube03.yaml
Normal file
2
ansible/inventory/host_vars/kube03/kube03.yaml
Normal file
@ -0,0 +1,2 @@
|
||||
---
|
||||
ansible_host: kube03.balsillie.net
|
@ -2,6 +2,7 @@
|
||||
|
||||
# connection
|
||||
|
||||
ansible_host: server.balsillie.net
|
||||
ansible_user: michael
|
||||
ansible_become_user: michael
|
||||
ansible_os_family: Arch
|
Reference in New Issue
Block a user