From 970a107492c31a43bb77f6f5e0096b41adc2c2f4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Romain=20Gon=C3=A7alves?= Date: Mon, 12 Dec 2022 22:51:55 +0100 Subject: refactor: split sshd and ssh key synchronization --- site.workstation.yml | 3 +++ 1 file changed, 3 insertions(+) (limited to 'site.workstation.yml') diff --git a/site.workstation.yml b/site.workstation.yml index 37118a2..1664015 100644 --- a/site.workstation.yml +++ b/site.workstation.yml @@ -43,6 +43,9 @@ - role: _workstation/xorg when: ansible_distribution in ["Archlinux", "OpenBSD"] + - role: sshd + when: '"work" in ansible_hostname' + - role: _workstation/smartcard when: ansible_distribution in ["Archlinux", "OpenBSD"] - role: _workstation/pipewire -- cgit v1.2.3