Skip to content

Instantly share code, notes, and snippets.

View quantumkid's full-sized avatar

Michael Murphy quantumkid

View GitHub Profile
@quantumkid
quantumkid / main.yaml
Created March 9, 2025 15:59
Tailscale tasks file for a tailscale role in Ansible
- name: Install dependencies
ansible.builtin.apt:
name: "{{ item }}"
state: present
update_cache: true
cache_valid_time: 3600
loop:
- curl
- ethtool