Skip to content

devetek/ansible-role-php-roadrunner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ansible role: PHP RoadRunner

Ansible roles to install rr binary globally. RoadRunner is a high-performance PHP application server, load-balancer, and process manager written in Golang. Most of the process using same as a mention in official documentation to install manually using curl.

Requirements

Require to install gnu-tar in macOS, use brew install gnu-tar to install.

Role Variables

List of variables in ansible-role-php-roadrunner:

rr_repo_base: "https://api.github.com/repos/roadrunner-server/roadrunner"
rr_version: "latest"
rr_token: ""
rr_name: "roadrunner"
rr_arch_type:
  - { key: "aarch64", value: "arm64" }
  - { key: "x86_64", value: "amd64" }
  - { key: "arm64", value: "arm64" }

Dependencies

None.

Example Playbook

- hosts: servers
  roles:
    - ansible-role-php-roadrunner

License

MIT

Author Information

Nedya Prakasa. Role created for dPanel.