Execution
Date 26 Aug 2024 13:23:06 +0100
Duration 00:06:19.70
Controller ssh-gw-4.layershift.com
User root
Versions
Ansible 2.16.4
ara 1.7.1 / 1.7.1
Python 3.10.10
Summary
382 Hosts
7 Tasks
2626 Results
1 Plays
6 Files
0 Records

File: /home/ssh-gateway/ansible/roles/plesk/handlers/main.yml

1
2
3
4
5
6
---
# handlers file for plesk
- name: Restart ssh
  ansible.builtin.service:
    name: sshd
    state: restarted