forked from KevinEverywhere/simple-init-react-preact
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Xander Harris
committed
Sep 25, 2017
1 parent
7337c97
commit d30826c
Showing
1 changed file
with
19 additions
and
25 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,38 +1,32 @@ | ||
Role Name | ||
========= | ||
# React Preact | ||
|
||
A brief description of the role goes here. | ||
Provides required setup for React Preact node project. | ||
|
||
Requirements | ||
------------ | ||
## Requirements | ||
|
||
Any pre-requisites that may not be covered by Ansible itself or the role should be mentioned here. For instance, if the role uses the EC2 module, it may be a good idea to mention in this section that the boto package is required. | ||
Ubuntu 16.04 | ||
|
||
Role Variables | ||
-------------- | ||
## Role Variables | ||
|
||
A description of the settable variables for this role should go here, including any variables that are in defaults/main.yml, vars/main.yml, and any variables that can/should be set via parameters to the role. Any variables that are read from other roles and/or the global scope (ie. hostvars, group vars, etc.) should be mentioned here as well. | ||
None. | ||
|
||
Dependencies | ||
------------ | ||
## Dependencies | ||
|
||
A list of other roles hosted on Galaxy should go here, plus any details in regards to parameters that may need to be set for other roles, or variables that are used from other roles. | ||
None. | ||
|
||
Example Playbook | ||
---------------- | ||
## Example Playbook | ||
|
||
Including an example of how to use your role (for instance, with variables passed in as parameters) is always nice for users too: | ||
``` | ||
- name: "Install React Preact" | ||
hosts: localhost | ||
roles: | ||
- { role: eclacfo.react, x: 42 } | ||
``` | ||
|
||
- hosts: servers | ||
roles: | ||
- { role: username.rolename, x: 42 } | ||
## License | ||
|
||
License | ||
------- | ||
Unknwon | ||
|
||
BSD | ||
## Author Information | ||
|
||
Author Information | ||
------------------ | ||
|
||
An optional section for the role authors to include contact information, or a website (HTML is not allowed). | ||
Written by Xander Harris for Mr. Kevin Ready. |