badsectorlabs.ludus_flarevm

Ansible Role: Flare VM (Ludus)

This is an Ansible Role that sets up Flare VM on Windows operating systems that are version 10 or higher.

It uses code from privacy.sexy to turn off Defender and Tamper Protection.

Requirements

  • Windows version 10 or higher
  • Powershell version 5 or higher
  • At least 60GB of free disk space
  • At least 2GB of RAM
  • Usernames must not have spaces or special characters
  • An active internet connection

Role Variables

  • To turn off the red/green dynamic Ludus wallpaper and use the static Flare VM wallpaper instead:
    ludus_flarevm_use_flarevm_wallpaper: true
    

Dependencies

There are no dependencies.

Known Issues

Visit the Daily Failures page to find known issues with Flare VM packages on different operating systems.

Other issues include:

  • DotNet3.5 may fail to install on Windows 11 version 22H2.

Example Playbook

Here's an example of how to use the role in a playbook:

- hosts: flarevm_hosts
  roles:
    - badsectorlabs.ludus_flarevm

Example Ludus Range Configuration

Here's a sample configuration for Ludus:

ludus:
  - vm_name: "{{ range_id }}-flare"
    hostname: "{{ range_id }}-FLARE"
    template: win11-22h2-x64-enterprise-template
    vlan: 99
    ip_last_octet: 2
    ram_gb: 8
    cpus: 4
    windows:
      install_additional_tools: true
    roles:
      - badsectorlabs.ludus_flarevm

License

This role is licensed under GPLv3.

Author Information

This role was created by Bad Sector Labs for Ludus.

Informazioni sul progetto

An Ansible Role that installs Flare VM on Windows >= 10 hosts

Installa
ansible-galaxy install badsectorlabs.ludus_flarevm
Licenza
gpl-3.0
Download
351
Proprietario