1010
1111An [ Ansible] ( http://www.ansible.com ) role to setup the [ webupd8] ( http://www.webupd8.org/ ) launchpad apt repository.
1212
13+
1314## Tests
1415
1516| Family | Distribution | Version | Test Status |
@@ -20,20 +21,6 @@ An [Ansible](http://www.ansible.com) role to setup the [webupd8](http://www.webu
2021| Debian | Ubuntu | Trusty | [ ![ x86_64] ( http://img.shields.io/badge/x86_64-passed-006400.svg?style=flat )] ( # ) |
2122| Debian | Ubuntu | Vivid | [ ![ x86_64] ( http://img.shields.io/badge/x86_64-passed-006400.svg?style=flat )] ( # ) |
2223
23- ## Tests
24-
25- | Family | Distribution | Version | Test Status |
26- | :-:| :-:| :-:| :-:|
27- | Debian | Debian | Jessie | [ ![ x86] ( http://img.shields.io/badge/x86-n/a-cccccc.svg?style=flat )] ( # ) [ ![ x86_64] ( http://img.shields.io/badge/x86_64-n/a-cccccc.svg?style=flat )] ( # ) |
28- | Debian | Debian | Wheezy | [ ![ x86] ( http://img.shields.io/badge/x86-n/a-cccccc.svg?style=flat )] ( # ) [ ![ x86_64] ( http://img.shields.io/badge/x86_64-n/a-cccccc.svg?style=flat )] ( # ) |
29- | Debian | Ubuntu | Precise | [ ![ x86] ( http://img.shields.io/badge/x86-n/a-cccccc.svg?style=flat )] ( # ) [ ![ x86_64] ( http://img.shields.io/badge/x86_64-passed-006400.svg?style=flat )] ( # ) |
30- | Debian | Ubuntu | Trusty | [ ![ x86] ( http://img.shields.io/badge/x86-n/a-cccccc.svg?style=flat )] ( # ) [ ![ x86_64] ( http://img.shields.io/badge/x86_64-n/a-cccccc.svg?style=flat )] ( # ) |
31- | Debian | Ubuntu | Vivid | [ ![ x86] ( http://img.shields.io/badge/x86-n/a-cccccc.svg?style=flat )] ( # ) [ ![ x86_64] ( http://img.shields.io/badge/x86_64-n/a-cccccc.svg?style=flat )] ( # ) |
32- | RedHat | CentOS | 6.4 | [ ![ x86] ( http://img.shields.io/badge/x86-n/a-cccccc.svg?style=flat )] ( # ) [ ![ x86_64] ( http://img.shields.io/badge/x86_64-n/a-cccccc.svg?style=flat )] ( # ) |
33- | RedHat | CentOS | 6.6 | [ ![ x86] ( http://img.shields.io/badge/x86-n/a-cccccc.svg?style=flat )] ( # ) [ ![ x86_64] ( http://img.shields.io/badge/x86_64-n/a-cccccc.svg?style=flat )] ( # ) |
34- | RedHat | Centos | 7 | [ ![ x86] ( http://img.shields.io/badge/x86-n/a-cccccc.svg?style=flat )] ( # ) [ ![ x86_64] ( http://img.shields.io/badge/x86_64-n/a-cccccc.svg?style=flat )] ( # ) |
35- | RedHat | Fedora | 20 | [ ![ x86] ( http://img.shields.io/badge/x86-n/a-cccccc.svg?style=flat )] ( # ) [ ![ x86_64] ( http://img.shields.io/badge/x86_64-n/a-cccccc.svg?style=flat )] ( # ) |
36- | RedHat | Fedora | 21 | [ ![ x86] ( http://img.shields.io/badge/x86-n/a-cccccc.svg?style=flat )] ( # ) [ ![ x86_64] ( http://img.shields.io/badge/x86_64-n/a-cccccc.svg?style=flat )] ( # ) |
3724
3825## Requirements
3926
@@ -45,16 +32,17 @@ An [Ansible](http://www.ansible.com) role to setup the [webupd8](http://www.webu
4532| :-:| :--|
4633| launchpad_ppa_webupd8_os_supported | fact set by this role to determine if the host OS is supported. |
4734
35+
4836## Role Variables
4937
50- | variable | description |
51- | :-:| :--|
52- | launchpad_ppa_webupd8_cache_valid_time | the amount of time in seconds the apt cache is valid. |
38+ None.
39+
5340
5441## Dependencies
5542
5643None.
5744
45+
5846## Playbooks
5947
6048Including an example of how to use your role
@@ -65,8 +53,12 @@ is always nice for users too:
6553 roles:
6654 - { role: ansiblebit.launchpad-ppa-webupd8, launchpad_ppa_webupd8_cache_valid_time: 3600 }
6755
56+
6857## Changelog
6958
59+ - v3.9.4 : 9 Sep 2015
60+ - idempotence tests now pass
61+ - removed launchpad_ppa_webupd8_cache_valid_time variable
7062- v3.9.2 : 9 Sep 2015
7163 - fixed tests
7264- v3.9.0 : 9 Sep 2015
@@ -100,14 +92,17 @@ is always nice for users too:
10092- v1.0.0 : 4 April 2015
10193 - initial release
10294
95+
10396## Links
10497
10598- [ WebUpd8 team : Oracle Java (JDK) 7 / 8 / 9 Installer PPA] ( https://launchpad.net/~webupd8team/+archive/ubuntu/java )
10699
100+
107101## License
108102
109103BSD
110104
105+
111106## Author Information
112107
113108- [ steenzout] ( http://github.com/steenzout )
0 commit comments