You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
This repo is archived. You can view files and clone it, but cannot push or open issues/pull-requests.
ansible-role-nginx/roles/ansible-role-composer/defaults/main.yml

20 lines
630 B

---
composer_path: /usr/local/bin/composer
composer_keep_updated: false
composer_version: ''
# The directory where global packages will be installed.
composer_home_path: '~/.composer'
composer_home_owner: root
composer_home_group: root
# A list of packages to install globally. See commented examples below for
# usage; the 'release' is optional, and defaults to '@stable'.
composer_global_packages: []
# - { name: phpunit/phpunit, release: "4.7.x" }
# - { name: phpunit/phpunit, release: "@stable" }
composer_add_to_path: true
# GitHub OAuth token (used to help overcome API rate limits).
composer_github_oauth_token: ''