Skip to content

Commit

Permalink
Update readme. See #1.
Browse files Browse the repository at this point in the history
  • Loading branch information
Xander Harris committed Sep 25, 2017
1 parent 7337c97 commit d30826c
Showing 1 changed file with 19 additions and 25 deletions.
44 changes: 19 additions & 25 deletions preact/README.md
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.

0 comments on commit d30826c

Please sign in to comment.