Skip to content

Latest commit

 

History

History
38 lines (26 loc) · 604 Bytes

README.md

File metadata and controls

38 lines (26 loc) · 604 Bytes

Ansible-Role: atb-ansible-customdpkg

Installs vulnerable packages from the local repository of the AECID-Testbed.

Note: The included packages might contain critical vulnerabilities

Requirements

  • Debian or Ubuntu

Role Variables

customdpkg_repotpl: repo.j2
customdpkg_sourceslist: aecid.list
customdpkg_reposrv: puppet.aecid-testbed.local
customdpkg_packages:
  - healthcheckd

Example Playbook

- hosts: localhost
  roles:
    - customdpkg
      vars:
        customdpkg_packages:
          - healthcheckd

License

GPL-3.0

Author

  • Wolfgang Hotwagner