593 B
593 B
Provision Machines
- My nodes are Arch Linux machines on bare metal
- Have
python3
installed for Ansible - Need to be
ssh
-able from a workstation
- Have
- Using Ansible
- Setup Ansible inventory under the key
homek8s
homek8s: children: controllers: hybrid: hosts: root@kubeworker1: workers:
- Test with
ansible homek8s -m ping
or groups like thisansible homek8s:hybrid -m ping
- Setup Ansible inventory under the key