mod_jk/tests/tests.yml
2021-08-02 19:39:24 -04:00

19 lines
496 B
YAML

- hosts: localhost
remote_user: root
tags:
- classic
roles:
- role: standard-test-basic
tests:
- verify_httpd_up:
dir: .
run: "curl http://localhost/ &> testfile.log || true && grep '<h1>Fedora Webserver <strong>Test Page</strong></h1>' testfile.log"
- check_error_log:
dir: .
run: "! sudo grep -i error /var/log/httpd/error_log | grep -v \"AH01276\""
required_packages:
- mod_jk-ap24
- httpd
required_services:
- httpd