mirror of
https://git.lapiole.org/dani/ansible-roles.git
synced 2025-04-22 21:23:23 +02:00
10 lines
142 B
YAML
10 lines
142 B
YAML
![]() |
---
|
||
|
|
||
|
- name: Allow ssh port in SELinux
|
||
|
seport:
|
||
|
ports: "{{ sshd_ports | join(',') }}"
|
||
|
proto: tcp
|
||
|
setype: ssh_port_t
|
||
|
tags: ssh
|
||
|
|