feature/forwarders-port-tls-support #3
@@ -2,13 +2,6 @@
|
||||
driver:
|
||||
name: podman
|
||||
platforms:
|
||||
- name: debian-bookworm
|
||||
image: docker.io/jrei/systemd-debian:12
|
||||
command: /lib/systemd/systemd
|
||||
privileged: true
|
||||
volumes:
|
||||
- /sys/fs/cgroup:/sys/fs/cgroup:rw
|
||||
cgroupns_mode: host
|
||||
- name: debian-trixie
|
||||
image: docker.io/jrei/systemd-debian:13
|
||||
command: /lib/systemd/systemd
|
||||
|
||||
@@ -4,3 +4,7 @@
|
||||
- name: Update apt
|
||||
ansible.builtin.apt:
|
||||
update_cache: true
|
||||
- name: Install bind9-dnsutils package
|
||||
ansible.builtin.apt:
|
||||
name: bind9-dnsutils
|
||||
state: present
|
||||
|
||||
Reference in New Issue
Block a user