{"id":19998579,"url":"https://github.com/inmotionhosting/ansible-role-apache","last_synced_at":"2026-03-04T20:02:39.226Z","repository":{"id":47051323,"uuid":"246047069","full_name":"inmotionhosting/ansible-role-apache","owner":"inmotionhosting","description":"Modular Ansible Role for deploying and configuring Apache","archived":false,"fork":false,"pushed_at":"2024-07-01T19:59:58.000Z","size":84,"stargazers_count":0,"open_issues_count":0,"forks_count":2,"subscribers_count":5,"default_branch":"master","last_synced_at":"2026-01-15T16:15:58.630Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://galaxy.ansible.com/inmotionhosting/apache","language":"Jinja","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/inmotionhosting.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-03-09T13:45:13.000Z","updated_at":"2025-02-27T07:39:42.000Z","dependencies_parsed_at":"2024-05-13T04:45:58.534Z","dependency_job_id":null,"html_url":"https://github.com/inmotionhosting/ansible-role-apache","commit_stats":null,"previous_names":[],"tags_count":18,"template":false,"template_full_name":null,"purl":"pkg:github/inmotionhosting/ansible-role-apache","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/inmotionhosting%2Fansible-role-apache","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/inmotionhosting%2Fansible-role-apache/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/inmotionhosting%2Fansible-role-apache/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/inmotionhosting%2Fansible-role-apache/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/inmotionhosting","download_url":"https://codeload.github.com/inmotionhosting/ansible-role-apache/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/inmotionhosting%2Fansible-role-apache/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30091571,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-04T19:41:02.502Z","status":"ssl_error","status_checked_at":"2026-03-04T19:40:05.550Z","response_time":59,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-13T05:08:51.711Z","updated_at":"2026-03-04T20:02:39.175Z","avatar_url":"https://github.com/inmotionhosting.png","language":"Jinja","funding_links":[],"categories":[],"sub_categories":[],"readme":"![Ansible Molecule Pipeline](https://github.com/inmotionhosting/ansible-role-apache/actions/workflows/main.yml/badge.svg) [![GPL-3.0 License](https://img.shields.io/github/license/inmotionhosting/ansible-role-apache.svg?color=blue)](https://github.com/inmotionhosting/ansible-role-apache/blob/master/LICENSE) [![GitHub stars](https://img.shields.io/github/stars/inmotionhosting/ansible-role-apache.svg)](https://github.com/inmotionhosting/ansible-role-apache/stargazers)\n\n![InMotion Hosting Ultrastack](https://www.inmotionhosting.com/wp-content/uploads/2024/01/ultrastack-logo-black-vertical.png)\n\n# Ansible Role: Apache\nModular Ansible Role for deploying and configuring Apache\n\n## Requirements\nThis Ansible role supports the two latest stable releases of specific\nserver-focused Linux distributions and aims to follow their deprecation\npolicies. Additionally we will focus on supporting the latest two stable\nreleases of each, which at the time of writing are as follows:\n\n* CentOS 7.x\n* Debian 11 or later\n* Ubuntu 20.04 LTS or later\n* AlmaLinux 8.x or later\n* RockyLinux 8.x or later\n\n## Dependencies\n* community.general\n\n## Role Variables\nAvailable variables are listed below with their default values (you can also see `defaults/main.yml`)\n\n| Variable                   | Description |\n| -------------------------- | ----------- |\n| apache_name                | Default: `httpd`\n| apache_daemon              | Default: `httpd`\n| apache_user                | Default: `apache`\n| apache_group               | Default: `apache`\n| apache_port_http           | Default: `80`\n| apache_port_https          | Default: `443`\n| apache_config              | Default: `/etc/{{ apache_name }}/conf/{{ apache_name }}.conf`\n| apache_config_path         | Default: `/etc/{{ apache_name }}/conf.d`\n| apache_config_ports        | Default: `{{ apache_config_path }}/ssl.conf`\n| apache_config_site_path    | Default: `{{ apache_config_path }}`\n| apache_modules_path        | Default: `/etc/{{ apache_name }}/modules`\n| apache_modules_config_path | Default: `/etc/{{ apache_name }}/conf.modules.d`\n| apache_packages            | The list of Apache packages to install\n| apache_systemd_restart     | Default: `false`\n| apache_timeout             | Default: `300`\n\n## Example Playbook\n```yaml\n- hosts: www\n  roles:\n    - role: inmotionhosting.apache\n```\n\n## License\nGPLv3\n\n## Author Information\n[InMotion Hosting](https://inmotionhosting.com)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Finmotionhosting%2Fansible-role-apache","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Finmotionhosting%2Fansible-role-apache","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Finmotionhosting%2Fansible-role-apache/lists"}