push as of 05jul2021
This commit is contained in:
@@ -15,6 +15,9 @@
|
||||
- telnet
|
||||
- git
|
||||
- yum-utils
|
||||
- wget
|
||||
- unzip
|
||||
- tar
|
||||
|
||||
- name: Enable SELinux
|
||||
selinux:
|
||||
@@ -82,6 +85,7 @@
|
||||
service: "{{ item }}"
|
||||
permanent: yes
|
||||
state: disabled
|
||||
immediate: yes
|
||||
loop:
|
||||
- cockpit
|
||||
notify: reload firewalld
|
||||
@@ -91,8 +95,10 @@
|
||||
port: "{{ item }}"
|
||||
permanent: yes
|
||||
state: enabled
|
||||
immediate: yes
|
||||
loop:
|
||||
- 10050/tcp
|
||||
- 587/tcp
|
||||
notify: reload firewalld
|
||||
|
||||
- name: Create ~/.forward
|
||||
|
||||
Reference in New Issue
Block a user