Skip to content

mongodb-ansible-roles/ansible-role-php-toolchain

Repository files navigation

Ansible role for php-toolchain

Installs the php toolchain

GitHub Actions GitHub Actions

Requirements

None

Role Variables

Name Description Type Default Required
php_toolchain_sha SHA of the toolchain to download string "37dbfb7b800408897e2dbb6c85ae9e67ce6f7c49" true

Dependencies

None

Example Playbook

- hosts: all
  roles:
    - role: ansible-role-php-toolchain
      vars:
        php_toolchain_sha: 37dbfb7b800408897e2dbb6c85ae9e67ce6f7c49

License

Apache License