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.
None.
- hosts: mythic_teamserver_host
roles:
- 0xRedpoll.ludus_mythic_teamserverludus:
- 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_teamserverGPLv3