aboutsummaryrefslogtreecommitdiff
blob: 9415d6f32a06af7af11d791c34da1402db42eccf (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
---
- name: Init
  hosts: storinator
  remote_user: root
  gather_facts: true
  vars:
    ansible_ssh_common_args: "-J pve"

  roles:
    - role: init
    - role: tailscale
Powered by cgit v1.2.3 (git 2.41.0)