- 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 '

Fedora Webserver Test Page

' 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