mirror of
https://github.com/nicolabs/ansible-role-grub.git
synced 2025-09-07 18:11:07 +02:00
Add bookwork, combine bullseye+bookwork and focal+bionic to all.
This commit is contained in:
parent
8602ff13bb
commit
53fdf2a0f3
2
.github/workflows/molecule.yml
vendored
2
.github/workflows/molecule.yml
vendored
|
@ -40,7 +40,7 @@ jobs:
|
||||||
- image: "debian"
|
- image: "debian"
|
||||||
tag: "latest"
|
tag: "latest"
|
||||||
- image: "debian"
|
- image: "debian"
|
||||||
tag: "bullseye"
|
tag: "bookworm"
|
||||||
- image: "fedora"
|
- image: "fedora"
|
||||||
tag: "33"
|
tag: "33"
|
||||||
- image: "fedora"
|
- image: "fedora"
|
||||||
|
|
|
@ -23,7 +23,7 @@ molecule:
|
||||||
- image: "debian"
|
- image: "debian"
|
||||||
tag: "latest"
|
tag: "latest"
|
||||||
- image: "debian"
|
- image: "debian"
|
||||||
tag: "bullseye"
|
tag: "bookworm"
|
||||||
- image: "fedora"
|
- image: "fedora"
|
||||||
tag: "33"
|
tag: "33"
|
||||||
- image: "fedora"
|
- image: "fedora"
|
||||||
|
|
12
README.md
12
README.md
|
@ -25,7 +25,7 @@ This example is taken from `molecule/default/converge.yml` and is tested on each
|
||||||
value: 0
|
value: 0
|
||||||
```
|
```
|
||||||
|
|
||||||
The machine needs to be prepared in CI this is done using `molecule/default/prepare.yml`:
|
The machine needs to be prepared. In CI this is done using `molecule/default/prepare.yml`:
|
||||||
```yaml
|
```yaml
|
||||||
---
|
---
|
||||||
- name: prepare
|
- name: prepare
|
||||||
|
@ -53,7 +53,7 @@ Also see a [full explanation and example](https://robertdebock.nl/how-to-use-the
|
||||||
|
|
||||||
## [Role Variables](#role-variables)
|
## [Role Variables](#role-variables)
|
||||||
|
|
||||||
These variables are set in `defaults/main.yml`:
|
The default values for the variables are set in `defaults/main.yml`:
|
||||||
```yaml
|
```yaml
|
||||||
---
|
---
|
||||||
# defaults file for grub
|
# defaults file for grub
|
||||||
|
@ -72,9 +72,9 @@ grub_recordfail_timeout: "{{ grub_timeout }}"
|
||||||
|
|
||||||
- pip packages listed in [requirements.txt](https://github.com/robertdebock/ansible-role-grub/blob/master/requirements.txt).
|
- pip packages listed in [requirements.txt](https://github.com/robertdebock/ansible-role-grub/blob/master/requirements.txt).
|
||||||
|
|
||||||
## [Status of requirements](#status-of-requirements)
|
## [Status of used roles](#status-of-requirements)
|
||||||
|
|
||||||
The following roles are used to prepare a system. You may choose to prepare your system in another way, I have tested these roles as well.
|
The following roles are used to prepare a system. You can prepare your system in another way.
|
||||||
|
|
||||||
| Requirement | GitHub | GitLab |
|
| Requirement | GitHub | GitLab |
|
||||||
|-------------|--------|--------|
|
|-------------|--------|--------|
|
||||||
|
@ -95,10 +95,10 @@ This role has been tested on these [container images](https://hub.docker.com/u/r
|
||||||
|---------|----|
|
|---------|----|
|
||||||
|alpine|all|
|
|alpine|all|
|
||||||
|el|8|
|
|el|8|
|
||||||
|debian|buster, bullseye|
|
|debian|all|
|
||||||
|fedora|all|
|
|fedora|all|
|
||||||
|opensuse|all|
|
|opensuse|all|
|
||||||
|ubuntu|focal, bionic|
|
|ubuntu|all|
|
||||||
|
|
||||||
The minimum version of Ansible required is 2.10, tests have been done to:
|
The minimum version of Ansible required is 2.10, tests have been done to:
|
||||||
|
|
||||||
|
|
|
@ -17,8 +17,7 @@ galaxy_info:
|
||||||
- 8
|
- 8
|
||||||
- name: Debian
|
- name: Debian
|
||||||
versions:
|
versions:
|
||||||
- buster
|
- all
|
||||||
- bullseye
|
|
||||||
- name: Fedora
|
- name: Fedora
|
||||||
versions:
|
versions:
|
||||||
- all
|
- all
|
||||||
|
@ -27,8 +26,7 @@ galaxy_info:
|
||||||
- all
|
- all
|
||||||
- name: Ubuntu
|
- name: Ubuntu
|
||||||
versions:
|
versions:
|
||||||
- focal
|
- all
|
||||||
- bionic
|
|
||||||
|
|
||||||
galaxy_tags:
|
galaxy_tags:
|
||||||
- grub
|
- grub
|
||||||
|
|
Loading…
Reference in a new issue