Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ait-testbed/atb-ansible-customdpkg
Installs vulnerable packages from the local repository of the AECID-Testbed
https://github.com/ait-testbed/atb-ansible-customdpkg
ansible ansible-role atb debian repository testbed vulnerable
Last synced: 10 days ago
JSON representation
Installs vulnerable packages from the local repository of the AECID-Testbed
- Host: GitHub
- URL: https://github.com/ait-testbed/atb-ansible-customdpkg
- Owner: ait-testbed
- Created: 2023-11-24T16:37:26.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-12-15T14:21:11.000Z (about 1 year ago)
- Last Synced: 2024-11-09T21:12:00.058Z (2 months ago)
- Topics: ansible, ansible-role, atb, debian, repository, testbed, vulnerable
- Language: Jinja
- Homepage:
- Size: 9.77 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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
```yaml
customdpkg_repotpl: repo.j2
customdpkg_sourceslist: aecid.list
customdpkg_reposrv: puppet.aecid-testbed.local
customdpkg_packages:
- healthcheckd
```## Example Playbook
```yaml
- hosts: localhost
roles:
- customdpkg
vars:
customdpkg_packages:
- healthcheckd
```## License
GPL-3.0
## Author
- Wolfgang Hotwagner