Skip to content

An Ansible Role that installs REMnux on Ubuntu 20.04 systems

License

Notifications You must be signed in to change notification settings

badsectorlabs/ludus_remnux

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ansible Role: REMnux (Ludus)

An Ansible Role that installs REMnux on Ubuntu 20.04 systems.

Requirements

You must have the ubuntu-20.04-x64-server-template built on your ludus host. You can add it with:

git clone https://gitlab.com/badsectorlabs/ludus.git
cd ludus/templates
ludus templates add -d ubuntu-20.04-x64-server
ludus templates build

Role Variables

None.

Dependencies

None.

Example Playbook

- hosts: remnux_hosts
  roles:
    - badsectorlabs.ludus_remnux

Example Ludus Range Config

ludus:
  - vm_name: "{{ range_id }}-REMnux"
    hostname: "{{ range_id }}-REMnux"
    template: ubuntu-20.04-x64-server-template
    vlan: 99
    ip_last_octet: 3
    ram_gb: 6
    cpus: 4
    linux: true
    roles:
      - badsectorlabs.ludus_remnux

License

GPLv3

Author Information

This role was created by Bad Sector Labs, for Ludus.

About

An Ansible Role that installs REMnux on Ubuntu 20.04 systems

Resources

License

Stars

Watchers

Forks

Packages

No packages published