{"id":15854039,"url":"https://github.com/jeffwidman/ansible-php-fpm-pool","last_synced_at":"2026-02-23T07:09:09.763Z","repository":{"id":86810129,"uuid":"43331683","full_name":"jeffwidman/ansible-php-fpm-pool","owner":"jeffwidman","description":"Ansible helper role for creating/managing separate php-fpm pools for Centminmod installs","archived":false,"fork":false,"pushed_at":"2016-02-01T19:43:38.000Z","size":6,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-10-25T22:48:29.374Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":null,"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/jeffwidman.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}},"created_at":"2015-09-28T22:56:23.000Z","updated_at":"2019-02-19T05:59:15.000Z","dependencies_parsed_at":"2023-04-24T10:55:06.149Z","dependency_job_id":null,"html_url":"https://github.com/jeffwidman/ansible-php-fpm-pool","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/jeffwidman/ansible-php-fpm-pool","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jeffwidman%2Fansible-php-fpm-pool","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jeffwidman%2Fansible-php-fpm-pool/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jeffwidman%2Fansible-php-fpm-pool/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jeffwidman%2Fansible-php-fpm-pool/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jeffwidman","download_url":"https://codeload.github.com/jeffwidman/ansible-php-fpm-pool/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jeffwidman%2Fansible-php-fpm-pool/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29739024,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-23T04:51:08.365Z","status":"ssl_error","status_checked_at":"2026-02-23T04:49:15.865Z","response_time":90,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: 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-10-05T19:40:38.505Z","updated_at":"2026-02-23T07:09:09.728Z","avatar_url":"https://github.com/jeffwidman.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"php-fpm_pool\n=========\n\nThis is an Ansible helper role for installing and managing multiple php-fpm\npools on servers setup using the [Centminmod](http://centminmod.com/) bash script.\n\nIf you're using Centminmod, the following roles play well together:\n  - **[centminmod wrapper](https://github.com/jeffwidman/ansible-centminmod)** (handles basic install + tuning common configuration settings)\n  - **[mariadb](https://github.com/jeffwidman/ansible-mariadb)** (configures common my.cnf settings)\n  - **[centminmod-domain-verification](https://github.com/jeffwidman/ansible-centminmod-domain-verification)** (tests that individual domains are configured properly)\n  - **[php-fpm-pool](https://github.com/jeffwidman/ansible-php-fpm-pool)** (for creating/managing individual php-fpm pools for each PHP app)\n\nExample meta file:\n----------------\nTo use this, in your domain-specific or app-specific role, add a meta dependency\nand pass required variables.\n\nMake sure that every pool on a given server has a unique `pool_tcp_port` number.\n\n    ---\n    # meta file for jeffwidman_com role\n\n    dependencies:\n      - { role: php-fpm-pool,\n            pool_name: \"{{ jeff_blog_phpfpm_pool_name }}\",\n            pool_tcp_port: 9002,\n            pool_user: \"{{ jeff_blog_linux_user }}\",\n            pool_group: \"{{ jeff_blog_linux_user }}\",\n            pm_type: ondemand,\n            pm_max_children: 6\n            }\n\nLicense\n-------\n\nMIT\n\nAuthor Information\n------------------\n\nJeff Widman jeff@jeffwidman.com\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjeffwidman%2Fansible-php-fpm-pool","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjeffwidman%2Fansible-php-fpm-pool","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjeffwidman%2Fansible-php-fpm-pool/lists"}