mirror of
https://github.com/skoobasteeve/ansible-server-setup.git
synced 2026-03-20 03:18:57 +00:00
11 lines
204 B
YAML
11 lines
204 B
YAML
---
|
|
- name: Restart ssh service - Debian
|
|
ansible.builtin.systemd:
|
|
state: restarted
|
|
name: ssh
|
|
|
|
- name: Restart ssh service - RedHat
|
|
ansible.builtin.systemd:
|
|
state: restarted
|
|
name: sshd
|