Update to 2021-12-13 19:00

This commit is contained in:
Daniel Berteaud
2021-12-13 19:00:18 +01:00
parent c699767808
commit e43d9bc96c
14 changed files with 185 additions and 148 deletions

View File

@@ -0,0 +1,9 @@
---
- name: Allow ssh port in SELinux
seport:
ports: "{{ sshd_ports | join(',') }}"
proto: tcp
setype: ssh_port_t
tags: ssh