Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

Commit 99effae

Browse files
unsubtleguyunsubtleguy
andauthored
Update to support Fedora 35 (#28)
Change Molecule framework to use Fedora 35 for CI This is part of works to support Fedora 35 as per #26 Co-authored-by: unsubtleguy <lol@c0refailure.com>
1 parent a8bdae7 commit 99effae

File tree

18 files changed

+29
-22
lines changed

18 files changed

+29
-22
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Desktop Deploy
22

3-
* Ansible script to deploy a Fedora 34 host.
3+
* Ansible script to deploy a Fedora 35 host.
44

55

66
## Running
@@ -18,4 +18,4 @@ ansible-playbook -i "localhost," -c local site.yml -e 'ansible_python_interprete
1818

1919
## Breakdown
2020

21-
See individual roles under `roles/`
21+
See individual roles under `roles/`

molecule/default/molecule.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ driver:
55
name: podman
66
platforms:
77
- name: instance
8-
image: docker.io/fedora:34
8+
image: docker.io/fedora:35
99
pre_build_image: true
1010
provisioner:
1111
name: ansible

roles/common/meta/main.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ galaxy_info:
3232
- name: Fedora
3333
versions:
3434
- 34
35+
- 35
3536
# - 25
3637
# - name: SomePlatform
3738
# versions:
@@ -50,4 +51,4 @@ galaxy_info:
5051

5152
dependencies: []
5253
# List your role dependencies here, one per line. Be sure to remove the '[]' above,
53-
# if you add dependencies to this list.
54+
# if you add dependencies to this list.

roles/common/molecule/default/molecule.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ driver:
55
name: podman
66
platforms:
77
- name: instance
8-
image: docker.io/fedora:34
8+
image: docker.io/fedora:35
99
pre_build_image: true
1010
provisioner:
1111
name: ansible

roles/desktop/meta/main.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ galaxy_info:
3232
- name: Fedora
3333
versions:
3434
- 34
35+
- 35
3536
# - 25
3637
# - name: SomePlatform
3738
# versions:
@@ -50,4 +51,4 @@ galaxy_info:
5051

5152
dependencies: []
5253
# List your role dependencies here, one per line. Be sure to remove the '[]' above,
53-
# if you add dependencies to this list.
54+
# if you add dependencies to this list.

roles/desktop/molecule/default/molecule.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ driver:
55
name: podman
66
platforms:
77
- name: instance
8-
image: docker.io/fedora:34
8+
image: docker.io/fedora:35
99
pre_build_image: true
1010
provisioner:
1111
name: ansible

roles/dev/meta/main.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ galaxy_info:
3232
- name: Fedora
3333
versions:
3434
- 34
35+
- 35
3536
# - 25
3637
# - name: SomePlatform
3738
# versions:
@@ -50,4 +51,4 @@ galaxy_info:
5051

5152
dependencies: []
5253
# List your role dependencies here, one per line. Be sure to remove the '[]' above,
53-
# if you add dependencies to this list.
54+
# if you add dependencies to this list.

roles/dev/molecule/default/molecule.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ driver:
55
name: podman
66
platforms:
77
- name: instance
8-
image: docker.io/fedora:34
8+
image: docker.io/fedora:35
99
pre_build_image: true
1010
provisioner:
1111
name: ansible

roles/fuzzing/meta/main.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
galaxy_info:
22
author: PentesterWTF
3-
description: Installs common fuzzing utilities on Fedora 34
3+
description: Installs common fuzzing utilities on Fedora 35
44
role_name: fuzzing
55
namespace: pentesterwtf
66

@@ -32,6 +32,7 @@ galaxy_info:
3232
- name: Fedora
3333
versions:
3434
- 34
35+
- 35
3536
# - 25
3637
# - name: SomePlatform
3738
# versions:
@@ -50,4 +51,4 @@ galaxy_info:
5051

5152
dependencies: []
5253
# List your role dependencies here, one per line. Be sure to remove the '[]' above,
53-
# if you add dependencies to this list.
54+
# if you add dependencies to this list.

roles/fuzzing/molecule/default/molecule.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ driver:
55
name: podman
66
platforms:
77
- name: instance
8-
image: docker.io/fedora:34
8+
image: docker.io/fedora:35
99
pre_build_image: true
1010
provisioner:
1111
name: ansible

0 commit comments

Comments
 (0)