1010
1111An [ Ansible] ( http://www.ansible.com ) role to setup the [ webupd8] ( http://www.webupd8.org/ ) launchpad apt repository.
1212
13+ ## Tests
14+
15+ | Family | Distribution | Version | Test Status |
16+ | :-:| :-:| :-:| :-:|
17+ | 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 )] ( # ) |
18+ | 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 )] ( # ) |
19+ | 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 )] ( # ) |
20+ | 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 )] ( # ) |
21+ | 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 )] ( # ) |
22+ | 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 )] ( # ) |
23+ | 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 )] ( # ) |
24+ | 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 )] ( # ) |
25+ | 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 )] ( # ) |
26+ | 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 )] ( # ) |
27+
1328## Requirements
1429
1530- ansible >= 1.8.4
1631
32+ # Facts
33+ | variable | description |
34+ | :-:| :--|
35+ | launchpad_ppa_webupd8_os_supported | fact set by this role to determine if the host OS is supported. |
36+
1737## Role Variables
1838
1939| variable | description |
@@ -36,6 +56,14 @@ is always nice for users too:
3656
3757## Changelog
3858
59+ - v3.7.0 : 10 Jul 2015
60+ - don't update the apt repositories cache when you're just adding new repos since it will get updated in the end
61+ - minor version number will now match primogen major version number
62+ - merge with ansiblebit.primogen v7
63+ - upgrade tests to use ansible v1.9.2 instead of v1.9.1
64+ - pass ANSIBLE_ASK_SUDO_PASS environment variable to the tox test environment
65+ - improved idempotence test
66+ - renamed fact os_supported to launchpad_ppa_webupd8_os_supported
3967- v3.0.0 : 7 May 2015
4068 - synchronized major version with primogen for easier reference
4169- v1.1.2 : 5 May 2015
@@ -55,6 +83,7 @@ is always nice for users too:
5583
5684## Links
5785
86+ - [ WebUpd8 team : Oracle Java (JDK) 7 / 8 / 9 Installer PPA] ( https://launchpad.net/~webupd8team/+archive/ubuntu/java )
5887
5988## License
6089
6392## Author Information
6493
6594- [ steenzout] ( http://github.com/steenzout )
66-
67- ## Links
68-
69- - [ WebUpd8 team : Oracle Java (JDK) 7 / 8 / 9 Installer PPA] ( https://launchpad.net/~webupd8team/+archive/ubuntu/java )
0 commit comments