ssh: Ensure ssh enabled, use ssh.service unit on debian
This commit is contained in:
2
roles/ssh/vars/main.yaml
Normal file
2
roles/ssh/vars/main.yaml
Normal file
@@ -0,0 +1,2 @@
|
||||
---
|
||||
_ssh_service_name: "{{ 'ssh.service' if ansible_facts.os_family == 'Debian' else 'sshd.service' }}"
|
||||
Reference in New Issue
Block a user