Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/l1ghtn1ng/dvwa-ansible
Easy way to install DVWA on Ubuntu using Ansible
https://github.com/l1ghtn1ng/dvwa-ansible
ansible ansible-playbook infosec labs playbook ubuntu
Last synced: 3 months ago
JSON representation
Easy way to install DVWA on Ubuntu using Ansible
- Host: GitHub
- URL: https://github.com/l1ghtn1ng/dvwa-ansible
- Owner: L1ghtn1ng
- Created: 2019-05-12T02:55:12.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-02-06T21:12:35.000Z (11 months ago)
- Last Synced: 2024-05-01T12:39:48.391Z (8 months ago)
- Topics: ansible, ansible-playbook, infosec, labs, playbook, ubuntu
- Language: Jinja
- Homepage:
- Size: 40 KB
- Stars: 6
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# DVWA-Ansible
Easy way to install DVWA on Ubuntu 22.04 using Ansible.
For more information on this app please see the upstream repo https://github.com/digininja/DVWA.
Before running this playbook you will need to run collection_install.sh first but you do need ansible installed before that.# What does this playbook do?
It installs a LAMP stack(apache, mariadb and php) and configures them to get a working system to run DVWA# Credit
Credit goes to https://github.com/appsecco/vulnerable-apps which this playbook is based on.
I have fixed things that ansible has been complaining about,
so you can use it with the lastest version and to get it to clone from git master instead of using a zip file release# Running playbook
Set up a Ubuntu 22.04 server with a user called ansible and update the IP in the hosts.yml file and do the following from the root of this folder on a host that has ansible installedansible-playbook main.yml -i hosts.yml -k -K