--- - hosts: surtur # connection: local vars_files: - nothingatall roles: - role: firewalld become: true tags: [firewalld] - role: common tags: [common] # - rand - role: sshconfig tags: [sshconfig] - role: sshconfigdmachines tags: [sshconfigdmachines] - role: configs tags: [configs] - role: flathub tags: [flathub] - role: tailscale become: true tags: [tailscale]