Skip to content

Commit 8537cc2

Browse files
committed
readme
1 parent 25b8fd3 commit 8537cc2

File tree

5 files changed

+14
-38
lines changed

5 files changed

+14
-38
lines changed

README.md

Lines changed: 13 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -1,38 +1,20 @@
1-
Role Name
2-
=========
1+
# oracle-java8
32

4-
A brief description of the role goes here.
3+
Ansible role to install Oracle Java 8.
54

6-
Requirements
7-
------------
5+
## Example Playbook
86

9-
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.
7+
```yml
8+
---
9+
- hosts: servers
10+
roles:
11+
- codeyourinfra.oracle-java8
12+
```
1013
11-
Role Variables
12-
--------------
14+
## License
1315
14-
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.
16+
[MIT](https://opensource.org/licenses/MIT)
1517
16-
Dependencies
17-
------------
18+
## Author Information
1819
19-
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.
20-
21-
Example Playbook
22-
----------------
23-
24-
Including an example of how to use your role (for instance, with variables passed in as parameters) is always nice for users too:
25-
26-
- hosts: servers
27-
roles:
28-
- { role: username.rolename, x: 42 }
29-
30-
License
31-
-------
32-
33-
BSD
34-
35-
Author Information
36-
------------------
37-
38-
An optional section for the role authors to include contact information, or a website (HTML is not allowed).
20+
@gustavomcarmo is a contributor of the [Codeyourinfra](https://github.com/codeyourinfra/codeyourinfra) project. Be a contributor too!

defaults/main.yml

Lines changed: 0 additions & 2 deletions
This file was deleted.

handlers/main.yml

Lines changed: 0 additions & 2 deletions
This file was deleted.

meta/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ galaxy_info:
44
company: codeyourinfra.today
55
license: MIT
66

7-
min_ansible_version: 1.2
7+
min_ansible_version: 1.6
88

99
platforms:
1010
- name: Ubuntu

vars/main.yml

Lines changed: 0 additions & 2 deletions
This file was deleted.

0 commit comments

Comments
 (0)