{"id":18555720,"url":"https://github.com/kdpuvvadi/ansible-lamp","last_synced_at":"2026-04-25T12:34:42.382Z","repository":{"id":94684003,"uuid":"402018932","full_name":"kdpuvvadi/ansible-lamp","owner":"kdpuvvadi","description":"Ansible playbook to deploy LAMP Stack(Linux,APache2,MySql, PHP) on a Debian based systems","archived":false,"fork":false,"pushed_at":"2021-09-02T07:39:02.000Z","size":21,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-05-13T21:08:15.094Z","etag":null,"topics":["ansible","ansible-playbook","apache2","lamp-stack","mysql"],"latest_commit_sha":null,"homepage":"","language":"Jinja","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/kdpuvvadi.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":"2021-09-01T10:22:50.000Z","updated_at":"2022-07-05T09:51:02.000Z","dependencies_parsed_at":"2023-03-14T08:15:49.746Z","dependency_job_id":null,"html_url":"https://github.com/kdpuvvadi/ansible-lamp","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kdpuvvadi%2Fansible-lamp","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kdpuvvadi%2Fansible-lamp/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kdpuvvadi%2Fansible-lamp/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kdpuvvadi%2Fansible-lamp/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kdpuvvadi","download_url":"https://codeload.github.com/kdpuvvadi/ansible-lamp/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254346626,"owners_count":22055809,"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","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":["ansible","ansible-playbook","apache2","lamp-stack","mysql"],"created_at":"2024-11-06T21:27:42.677Z","updated_at":"2026-04-25T12:34:37.324Z","avatar_url":"https://github.com/kdpuvvadi.png","language":"Jinja","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n# LAMP Stack deployment using ansible playbook\n\nAnsible playbook to deploy LAMP Stack(Linux,APache2,MySql, PHP) on a Debian based systems\n\n![CI Status](https://github.com/kdpuvvadi/ansible-lamp-ubuntu/actions/workflows/lint.yml/badge.svg)\n\n## Getting Started\n\n### Inventory\n\n* Copy sample invetory file `inventory.ini.j2` to `inventory.ini` using `cp inventory.ini.j2 inventory.ini`\n* Change `ansible_host` value with host IP\n* Add ssh username to `ansible_user`\n\n### Variables\n\n* Copy sample variable file located in vars directory `defaults.yml.j2` to `defaults.yml` using `cp ./vars/defaults.yml.j2 ./vars/defaults.yml`\n* set values based on your requirements\n\n### Connection Test\n\nCheck the connection with host by running\n\n```bash\nansible all -m ping\n```\n\n## Deployment\n\nTo deploy LAMP stack on debian system run\n\n```bash\n  ansible-playbook main.yml\n```\nappend `-K` if ansible users needs sudo password to elevate sudo privileges\n\n### Test\n\nTo check apache installation visit host `[ip]` and to check php.ino visit `[ip]/info.php`. To check mysql installation, ssh into your host with `ssh user@ip`. login to mysql shell with `sudo mysql -u root -p` and enter {{ mysql_root_password }}\n\n## License\n\n[MIT](https://choosealicense.com/licenses/mit/)\n\n  \n## Authors\n\n- [@kdpuvvadi](https://www.github.com/kdpuvvadi)\n\n  \n## 🔗 Links\n[![twitter](https://img.shields.io/badge/twitter-1DA1F2?style=for-the-badge\u0026logo=twitter\u0026logoColor=white)](https://twitter.com/kdpuvvadi)\n\n  \n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkdpuvvadi%2Fansible-lamp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkdpuvvadi%2Fansible-lamp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkdpuvvadi%2Fansible-lamp/lists"}