Hello Team,
I'm trying to deploy MineMeld on the CentOS server following the PAN Github procedures.
When I start the ansible playbook, all the tasks completed exept the 'enable nginx connections to upstream'.
Related log is below. CentOS release is CentOS Linux release 7.9.2009 (Core). How can I proceed to solve this problem?
TASK [minemeld : enable nginx connections to upstream] ************************************************************************************************************************************************************************************** fatal: [127.0.0.1]: FAILED! => {"changed": true, "cmd": ["setsebool", "-P", "httpd_can_network_connect", "1"], "delta": "0:00:00.002830", "end": "2021-01-13 15:43:59.472129", "msg": "non-zero return code", "rc": 1, "start": "2021-01-13 15:43:59.469299", "stderr": "setsebool: SELinux is disabled.", "stderr_lines": ["setsebool: SELinux is disabled."], "stdout": "", "stdout_lines": []}
PLAY RECAP ********************************************************************************************************************************************************************************************************************************** 127.0.0.1 : ok=65 changed=30 unreachable=0 failed=1 skipped=4 rescued=0 ignored=0
... View more