Skip to content
This repository has been archived by the owner on Nov 21, 2024. It is now read-only.

Commit

Permalink
adds support for debian
Browse files Browse the repository at this point in the history
fixes #10
  • Loading branch information
semik authored Oct 21, 2024
1 parent 58e61c8 commit 7b1c040
Show file tree
Hide file tree
Showing 4 changed files with 30 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ansible.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ jobs:
- archlinux
- ubuntu-focal
- ubuntu-jammy
- debian-bullseye
- debian-bookworm

steps:
- uses: actions/checkout@v4
Expand Down
5 changes: 5 additions & 0 deletions meta/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,11 @@ galaxy_info:
- focal
- jammy

- name: Debian
versions:
- bookworm
- bullseye

galaxy_tags:
- ntp
- systemd
Expand Down
18 changes: 18 additions & 0 deletions molecule/default/molecule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,24 @@ platforms:
privileged: yes
pre_build_image: yes

- name: debian-bullseye
image: geerlingguy/docker-debian11-ansible
command: ${MOLECULE_DOCKER_COMMAND:-""}
volumes:
- /sys/fs/cgroup:/sys/fs/cgroup:rw
cgroupns_mode: host
privileged: yes
pre_build_image: yes

- name: debian-bookworm
image: geerlingguy/docker-debian12-ansible
command: ${MOLECULE_DOCKER_COMMAND:-""}
volumes:
- /sys/fs/cgroup:/sys/fs/cgroup:rw
cgroupns_mode: host
privileged: yes
pre_build_image: yes

provisioner:
name: ansible
inventory:
Expand Down
5 changes: 5 additions & 0 deletions vars/debian.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---

__systemd_timesyncd_package: systemd-timesyncd

...

0 comments on commit 7b1c040

Please sign in to comment.