vialcollet / ansible-role-composer

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

README.md

Ansible Role: mats116.composer

An Ansible role that installs composer on Ubuntu 14.04 LTS

Requirements

none

Role Variables

Available variables are listed below, along with default values:

composer_install_dir: /usr/local/composer
composer_bin_location: /usr/local/bin/composer

Dependencies

none

Example Playbook

- hosts: web-server
  roles:
    - role: mats116.composer

License

MIT

About