This role patches the docker-systemd-service with an additional interface for the docker-daemon. This allows to open docker-vulnerabilities in testbeds.
Any Linux should do
The following variable must be set:
vulndockerd_socket: tcp://172.18.0.1:2375
This role needs docker installed with atb-ansible-dockerce
- hosts: localhost
become: true
roles:
- role: vulndockerd
vars:
vulndockerd_socket: "tcp://172.18.0.1:2375"
GPL-3.0
Wolfgang Hotwagner (https://www.ait.ac.at)