Install Mythic
A list of all the variables can be found in ./defaults/main.yml.
mythic_repo
- Path to the repo you'd like to install. Useful if using a fork of Mythic
mythic_version
- Branch to pull from repo
installation_path
- Path to install Mythic
server_header
- Mythic HTTP server header
admin_username
- Admin username for Mythic
default_password
- Admin password for Mythic
operation_name
- Default operation name
agents[].repo
- Git repository to pull agent
agents[].branch
- Branch to pull from repository
ansible-galaxy install geerlingguy.docker ansible-galaxy install geerlingguy.pip
- hosts: servers
roles:
- { role: t94j0.mythic }
BSD
Max Harley