{"id":25115763,"url":"https://github.com/devops-rob/ansible-role-lampache","last_synced_at":"2026-02-25T08:13:34.934Z","repository":{"id":110462508,"uuid":"120534676","full_name":"devops-rob/ansible-role-lampache","owner":"devops-rob","description":"Ansible to configure a LAMP environment","archived":false,"fork":false,"pushed_at":"2019-04-11T23:18:08.000Z","size":8,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-04-02T11:49:08.879Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/devops-rob.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2018-02-06T23:08:02.000Z","updated_at":"2019-04-11T23:18:09.000Z","dependencies_parsed_at":"2023-12-24T05:29:43.699Z","dependency_job_id":null,"html_url":"https://github.com/devops-rob/ansible-role-lampache","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/devops-rob/ansible-role-lampache","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devops-rob%2Fansible-role-lampache","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devops-rob%2Fansible-role-lampache/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devops-rob%2Fansible-role-lampache/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devops-rob%2Fansible-role-lampache/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/devops-rob","download_url":"https://codeload.github.com/devops-rob/ansible-role-lampache/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devops-rob%2Fansible-role-lampache/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":274231435,"owners_count":25245585,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-09-08T02:00:09.813Z","response_time":121,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":"2025-02-08T02:34:06.881Z","updated_at":"2026-02-25T08:13:29.885Z","avatar_url":"https://github.com/devops-rob.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"[![Build Status](https://travis-ci.org/robertraybarnes/ansible-role-lampache.svg?branch=master)](https://travis-ci.org/robertraybarnes/ansible-role-lampache)\n\nLampache\n=========\n\nInstalls Apache, MariaDB and Python to Create a LAMP stack on CentOS and Ubuntu linux servers\n\nRequirements\n------------\n\nNone\n\nRole Variables\n--------------\n\n```yaml\n# Role variables for epel mirrors and MariaDB repository for centos\n\nmariadb_url: http://yum.mariadb.org/10.1/centos7-amd64\nepel_url: https://mirrors.fedoraproject.org/metalink?repo=epel-7\u0026arch=$basearch\n\n# Roles defaults are specific to the supported distributions respectively\n\npackages:\n  base:\n    - \"wget\"\n    - \"nano\"\n    - \"net-tools\"\n    - \"unzip\"\n    - \"zip\"\n    - \"ntp\"\n    - \"firewalld\"\n  lamp:\n    - \"httpd\"\n    - \"mariadb-server\"\n  ubuntu:\n    - \"apache2\"\n    - \"mariadb-server\"\n  python:\n    - \"python\"\n    - \"gcc\"\n    - \"python-pip\"\n    - \"python-psutil\"\n    - \"python-devel\"\n    - \"MySQL-python.x86_64\"\n    - \"mysql-connector-python\"\n  python_ubuntu:\n    - \"python\"\n    - \"python3\"\n    - \"python-dev\"\n    - \"python-pymysql\"\n    - \"python-pip\"\n    - \"gcc\"\n    - \"python-psutil\"\nfirewall:\n  services:\n    - \"http\"\n    - \"https\"\n  ports:\n    - \"3306/tcp\"\nsystem_services:\n  - \"httpd\"\n  - \"ntpd\"\n  - \"firewalld\"\n  - \"mariadb\"\nubuntu_services:\n  - \"apache2\"\n  - \"mysql\"\n```\n\nDependencies\n------------\n\nNone\n\nExample Playbook\n----------------\n\n```yaml\n    - hosts: servers\n      roles:\n         - devopsrob.lampache\n           become: yes\n```\n\nLicense\n-------\n\nBSD / MIT\n\nAuthor Information\n------------------\n\nRobert Barnes (DevOpsRob)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdevops-rob%2Fansible-role-lampache","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdevops-rob%2Fansible-role-lampache","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdevops-rob%2Fansible-role-lampache/lists"}