Initial commit

This commit is contained in:
Sergey Fayngold 2014-02-04 12:47:51 +01:00
commit 7ca2e55d0b
6 changed files with 50 additions and 0 deletions

29
README.md Normal file
View file

@ -0,0 +1,29 @@
Role Name
========
This role installs Composer from https://getcomposer.org
Requirements
------------
This role requires Ansible 1.2 or higher and platform requirements are listed in the metadata file.
Role Variables
--------------
TODO
Dependencies
------------
none
License
-------
BSD
Author Information
------------------
Sergey Fayngold

2
defaults/main.yml Normal file
View file

@ -0,0 +1,2 @@
---
# defaults file for composer

2
handlers/main.yml Normal file
View file

@ -0,0 +1,2 @@
---
# handlers file for composer

13
meta/main.yml Normal file
View file

@ -0,0 +1,13 @@
---
galaxy_info:
author: Sergey Fayngold
license: BSD
min_ansible_version: 1.2
platforms:
- name: GenericUNIX
versions:
- any
categories:
- packaging
- system
dependencies: []

2
tasks/main.yml Normal file
View file

@ -0,0 +1,2 @@
---
# tasks file for composer

2
vars/main.yml Normal file
View file

@ -0,0 +1,2 @@
---
# vars file for composer