mirror of
https://git.lapiole.org/dani/ansible-roles.git
synced 2025-08-04 15:47:32 +02:00
Update to 2021-12-13 19:00
This commit is contained in:
9
roles/ssh/tasks/selinux.yml
Normal file
9
roles/ssh/tasks/selinux.yml
Normal file
@@ -0,0 +1,9 @@
|
||||
---
|
||||
|
||||
- name: Allow ssh port in SELinux
|
||||
seport:
|
||||
ports: "{{ sshd_ports | join(',') }}"
|
||||
proto: tcp
|
||||
setype: ssh_port_t
|
||||
tags: ssh
|
||||
|
Reference in New Issue
Block a user