You've already forked ansible-linux-infra
initial commit
This commit is contained in:
5
roles/banners/handlers/main.yml
Normal file
5
roles/banners/handlers/main.yml
Normal file
@@ -0,0 +1,5 @@
|
||||
---
|
||||
- name: restart sshd (banners)
|
||||
ansible.builtin.systemd:
|
||||
name: sshd
|
||||
state: restarted
|
||||
Reference in New Issue
Block a user