mirror of
https://git.lapiole.org/dani/ansible-roles.git
synced 2025-04-17 02:33:17 +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
|
|
|