gather_facts: no
tasks:
- name: Install Apache Web Server
yum:
name: httpd
state: present
- name: Ensure Apache is running
service:
name: httpd
state: started
- name: Ensure port is open
firewalld:
service: http
permanent: true
state: enabled
notify:
- Reload firewalld
handlers:
- name: Reload firewalld
shell: firewall-cmd --reload
...
TASK [Ensure Apache is running] *************************************************************************************************************************************fatal: [192.168.88.125]: FAILED! => {"changed": false, "msg": "Unable to start service httpd: Job for httpd.service failed because the control process exited with error code. See \"systemctl status httpd.service\" and \"journalctl -xe\" for details.\n"}
модуль вроде правильно же написан?
конфиг апача какой? логи где?
дефолтный, какие логи нужны?
логи апача, системд
Тут же все разжевано. Запустить статус либо журналктл. )
Обсуждают сегодня