First Setup
This commit is contained in:
5
.vscode/settings.json
vendored
Normal file
5
.vscode/settings.json
vendored
Normal file
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"yaml.schemas": {
|
||||
"https://raw.githubusercontent.com/ansible-community/schemas/main/f/ansible-playbook.json": "file:///Users/tim/ansible-k8s-pi-cluster/setup.yml"
|
||||
}
|
||||
}
|
||||
2
ansible.cfg
Normal file
2
ansible.cfg
Normal file
@@ -0,0 +1,2 @@
|
||||
[defaults]
|
||||
inventory=inventory
|
||||
8
inventory
Normal file
8
inventory
Normal file
@@ -0,0 +1,8 @@
|
||||
[k8s]
|
||||
|
||||
[k8s_master]
|
||||
k8s-master ansible_user=pi
|
||||
|
||||
|
||||
[k8s:children]
|
||||
k8s_master
|
||||
Reference in New Issue
Block a user