Skip to content

Commit 9f37f59

Browse files
authored
Merge pull request #16 from cisagov/lineage/skeleton
Lineage pull request for: skeleton
2 parents b05d1da + 5b7332c commit 9f37f59

File tree

7 files changed

+16
-48
lines changed

7 files changed

+16
-48
lines changed

.config/molecule/config.yml

Lines changed: 4 additions & 40 deletions
Original file line numberDiff line numberDiff line change
@@ -112,42 +112,6 @@ platforms:
112112
privileged: true
113113
volumes:
114114
- /sys/fs/cgroup:/sys/fs/cgroup:rw
115-
- cgroupns_mode: host
116-
command: /lib/systemd/systemd
117-
image: docker.io/geerlingguy/docker-fedora39-ansible:latest
118-
name: fedora39-systemd-amd64
119-
platform: amd64
120-
pre_build_image: true
121-
privileged: true
122-
volumes:
123-
- /sys/fs/cgroup:/sys/fs/cgroup:rw
124-
- cgroupns_mode: host
125-
command: /lib/systemd/systemd
126-
image: docker.io/geerlingguy/docker-fedora39-ansible:latest
127-
name: fedora39-systemd-arm64
128-
platform: arm64
129-
pre_build_image: true
130-
privileged: true
131-
volumes:
132-
- /sys/fs/cgroup:/sys/fs/cgroup:rw
133-
- cgroupns_mode: host
134-
command: /lib/systemd/systemd
135-
image: docker.io/geerlingguy/docker-fedora40-ansible:latest
136-
name: fedora40-systemd-amd64
137-
platform: amd64
138-
pre_build_image: true
139-
privileged: true
140-
volumes:
141-
- /sys/fs/cgroup:/sys/fs/cgroup:rw
142-
- cgroupns_mode: host
143-
command: /lib/systemd/systemd
144-
image: docker.io/geerlingguy/docker-fedora40-ansible:latest
145-
name: fedora40-systemd-arm64
146-
platform: arm64
147-
pre_build_image: true
148-
privileged: true
149-
volumes:
150-
- /sys/fs/cgroup:/sys/fs/cgroup:rw
151115
- cgroupns_mode: host
152116
command: /lib/systemd/systemd
153117
image: docker.io/geerlingguy/docker-fedora41-ansible:latest
@@ -168,17 +132,17 @@ platforms:
168132
- /sys/fs/cgroup:/sys/fs/cgroup:rw
169133
- cgroupns_mode: host
170134
command: /lib/systemd/systemd
171-
image: docker.io/geerlingguy/docker-ubuntu2004-ansible:latest
172-
name: ubuntu-20-systemd-amd64
135+
image: docker.io/geerlingguy/docker-fedora42-ansible:latest
136+
name: fedora42-systemd-amd64
173137
platform: amd64
174138
pre_build_image: true
175139
privileged: true
176140
volumes:
177141
- /sys/fs/cgroup:/sys/fs/cgroup:rw
178142
- cgroupns_mode: host
179143
command: /lib/systemd/systemd
180-
image: docker.io/geerlingguy/docker-ubuntu2004-ansible:latest
181-
name: ubuntu-20-systemd-arm64
144+
image: docker.io/geerlingguy/docker-fedora42-ansible:latest
145+
name: fedora42-systemd-arm64
182146
platform: arm64
183147
pre_build_image: true
184148
privileged: true

.github/workflows/build.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -221,11 +221,9 @@ jobs:
221221
- debian11-systemd
222222
- debian12-systemd
223223
- debian13-systemd
224-
- fedora39-systemd
225-
- fedora40-systemd
226224
- fedora41-systemd
225+
- fedora42-systemd
227226
- kali-systemd
228-
- ubuntu-20-systemd
229227
- ubuntu-22-systemd
230228
- ubuntu-24-systemd
231229
scenario:

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ repos:
173173

174174
# Ansible hooks
175175
- repo: https://github.com/ansible/ansible-lint
176-
rev: v25.1.3
176+
rev: v25.4.0
177177
hooks:
178178
- id: ansible-lint
179179
additional_dependencies:

meta/main.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,15 +31,13 @@ galaxy_info:
3131
- trixie
3232
- name: Fedora
3333
versions:
34-
- "39"
35-
- "40"
3634
- "41"
35+
- "42"
3736
- name: Kali
3837
versions:
3938
- "2023"
4039
- name: Ubuntu
4140
versions:
42-
- focal
4341
- jammy
4442
- noble
4543
role_name: skeleton

molecule/default/requirements.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,7 @@ collections:
88
version: ">=3.10.2"
99

1010
roles:
11+
- name: debian_archive
12+
src: https://github.com/cisagov/ansible-role-debian-archive
1113
- name: upgrade
1214
src: https://github.com/cisagov/ansible-role-upgrade

molecule/default/upgrade.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@
44
become: true
55
become_method: ansible.builtin.sudo
66
tasks:
7+
- name: >
8+
Switch Debian platforms that are no longer supported to Debian
9+
Archive package repositories
10+
ansible.builtin.include_role:
11+
name: debian_archive
12+
713
- name: Upgrade system packages
814
ansible.builtin.include_role:
915
name: upgrade

version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.0.0
1+
2.1.0

0 commit comments

Comments
 (0)