Initial commit
This commit is contained in:
commit
7ca2e55d0b
6 changed files with 50 additions and 0 deletions
29
README.md
Normal file
29
README.md
Normal 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
2
defaults/main.yml
Normal file
|
|
@ -0,0 +1,2 @@
|
||||||
|
---
|
||||||
|
# defaults file for composer
|
||||||
2
handlers/main.yml
Normal file
2
handlers/main.yml
Normal file
|
|
@ -0,0 +1,2 @@
|
||||||
|
---
|
||||||
|
# handlers file for composer
|
||||||
13
meta/main.yml
Normal file
13
meta/main.yml
Normal 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
2
tasks/main.yml
Normal file
|
|
@ -0,0 +1,2 @@
|
||||||
|
---
|
||||||
|
# tasks file for composer
|
||||||
2
vars/main.yml
Normal file
2
vars/main.yml
Normal file
|
|
@ -0,0 +1,2 @@
|
||||||
|
---
|
||||||
|
# vars file for composer
|
||||||
Loading…
Add table
Add a link
Reference in a new issue