mirror of
https://github.com/auricom/home-cluster.git
synced 2025-09-17 18:24:14 +02:00
17 lines
453 B
Markdown
17 lines
453 B
Markdown
# Server infrastructure
|
|
|
|
These Ansible Playbooks and Roles are for preparing an Ubuntu 20.10.x OS to play nicely with Kubernetes and standing up k3s ontop of the nodes.
|
|
|
|
## Commands
|
|
|
|
Commands to run can be found in my Ansible Taskfile located [here](https://github.com/auricom/home-cluster/blob/main/.taskfiles/ansible.yml)
|
|
|
|
e.g.
|
|
|
|
```bash
|
|
# List hosts in my Ansible inventory
|
|
task ansible:list
|
|
# Ping hosts in my Ansible inventory
|
|
task ansible:ping
|
|
```
|