Disables SSH access for root on demand
This commit is contained in:
parent
a550c49dec
commit
177ba579e9
3 changed files with 44 additions and 3 deletions
|
|
@ -1,2 +1,7 @@
|
|||
---
|
||||
# handlers file for common
|
||||
# handlers file for common
|
||||
- name: Restart SSH
|
||||
ansible.builtin.service:
|
||||
name: ssh
|
||||
state: restarted
|
||||
become: true
|
||||
Loading…
Add table
Add a link
Reference in a new issue