Skip to content

0xRedpoll/ludus_mythic_teamserver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ansible Role: Mythic Teamserver (Ludus)

An Ansible role that installs and spins up a Mythic Teamserver on a Debian or Ubuntu server. The role automatically installs a couple of Mythic agents but feel free to fork to add for your own use.

Dependencies

None.

Example Playbook

- hosts: mythic_teamserver_host
  roles:
    - 0xRedpoll.ludus_mythic_teamserver

Example Ludus Range Config

ludus:
  - vm_name: "{{ range_id }}-mythic-teamserver"
    hostname: "{{ range_id }}-mythic"
    template: debian-12-x64-server-template
    vlan: 20
    ip_last_octet: 2
    ram_gb: 4
    cpus: 4
    linux: true
    testing:
      snapshot: false
      block_internet: false
    roles:
      - 0xRedpoll.ludus_mythic_teamserver

License

GPLv3

Author Information

This role was created by 0xRedpoll, for Ludus.

About

Ludus role for deploying a Mythic Teamserver onto Linux servers

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors