Skip to content

Instantly share code, notes, and snippets.

View jlxq0's full-sized avatar
๐Ÿˆ
Feeling Japanese

Julian Lindner jlxq0

๐Ÿˆ
Feeling Japanese
View GitHub Profile
@jlxq0
jlxq0 / playbook.yaml
Created October 23, 2024 09:53
An ansible playbook for some basic preparation of a new Ubuntu 24.04 LTS base install before installing k3s
---
- name: Prepare nodes
hosts: k3s02
become: true
tasks:
- name: Set hostname
hostname:
name: "{{ inventory_hostname }}"
- name: Set timezone
timezone: