https://github.com/ait-testbed/atb-ansible-zoneminder
AECID Testbed Ansible Role that installs a vulnerable zoneminder
https://github.com/ait-testbed/atb-ansible-zoneminder
aecid ansible ansible-role atp testbed
Last synced: 17 days ago
JSON representation
AECID Testbed Ansible Role that installs a vulnerable zoneminder
- Host: GitHub
- URL: https://github.com/ait-testbed/atb-ansible-zoneminder
- Owner: ait-testbed
- Created: 2023-04-20T12:02:25.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-10-22T08:32:28.000Z (over 2 years ago)
- Last Synced: 2025-01-05T16:13:34.134Z (over 1 year ago)
- Topics: aecid, ansible, ansible-role, atp, testbed
- Homepage:
- Size: 7.81 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
AECID Testbed Ansible Zoneminder
================================
This role installs a vulnerable version of the videoserver software "zoneminder"
Requirements
------------
This role requires a debian server and a respository that stores a vulnerable zoneminder version
Role Variables
--------------
It is possible to change the default admin-password or add a webcam:
```
zoneminder_admin_pw: "zm_VERY_S3CURE_PASSW0RD"
zoneminder_debrelease: "{{ansible_distribution_release}}"
zoneminder_cams:
- name: cam-1
id: 3
url: rtsp://user:pass@hostname:8554/mystream
width: 1920
height: 1080
```
Dependencies
------------
This role is depending on the [apache2-role](https://github.com/ait-cs-IaaS/ansible-apache2).
Example Playbook
----------------
```
- hosts: videoserver
roles:
- role: zoneminder
vars:
zoneminder_admin_pw: "ANOTHER_VERY_S3CURE_PASSW0RD"
```
License
-------
GPL-3
Author Information
------------------
Wolfgang Hotwagner(https://www.ait.ac.at)