diff --git a/ansible/site.yml b/ansible/site.yml index 36ab096..820d9eb 100644 --- a/ansible/site.yml +++ b/ansible/site.yml @@ -1,4 +1,13 @@ --- +- name: Clean up stale Tailscale cluster node devices + hosts: localhost + connection: local + vars: + tailscale_reserved_hostnames: "{{ groups['cluster'] | default([]) | list }}" + + roles: + - tailscale-cleanup + - name: Bootstrap Kubernetes cluster hosts: cluster become: true