Skip to content

Commit

Permalink
Initial Commit
Browse files Browse the repository at this point in the history
  • Loading branch information
Alberto Garcia Fernandez committed Aug 31, 2016
1 parent e8cd6c6 commit 8d31b91
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,22 @@ Ansible Role to install java
It installs java on ubuntu via ppa and sets the same ppa on Debian using trusty version

To set multiple versions

```bash
java_version: ['6', '7', '8']
```

To set system defaults

```bash
java_set_version: '8'
```


To launch tests

```bash
molecule test
```

There is a pre_task with python2 to satisfy ubuntu vbox image dependencies
2 changes: 1 addition & 1 deletion playbook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@

- hosts: all
roles:
- role: java
- role: java-role

0 comments on commit 8d31b91

Please sign in to comment.