Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/t94j0/ansible-role-mythic
Ansible role that Installs Mythic
https://github.com/t94j0/ansible-role-mythic
ansible ansible-role c2 mythic
Last synced: 8 days ago
JSON representation
Ansible role that Installs Mythic
- Host: GitHub
- URL: https://github.com/t94j0/ansible-role-mythic
- Owner: t94j0
- Created: 2021-07-29T16:31:19.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2024-06-24T15:16:48.000Z (5 months ago)
- Last Synced: 2024-06-24T17:11:33.174Z (5 months ago)
- Topics: ansible, ansible-role, c2, mythic
- Homepage:
- Size: 9.77 KB
- Stars: 13
- Watchers: 3
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Mythic
=========[![t94j0.mythic](https://img.shields.io/ansible/role/55834)](https://galaxy.ansible.com/t94j0/mythic)
Install Mythic
Role Variables
--------------A list of all the variables can be found in ./defaults/main.yml.
## Base Configs
`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
## Service Configs
`server_header` - Mythic HTTP server header`admin_username` - Admin username for Mythic
`default_password` - Admin password for Mythic
`operation_name` - Default operation name
## Agents
`agents[].repo` - Git repository to pull agent`agents[].branch` - Branch to pull from repository
Dependencies
------------ansible-galaxy install geerlingguy.docker
ansible-galaxy install geerlingguy.pipExample Playbook
----------------```yaml
- hosts: servers
roles:
- { role: t94j0.mythic }
```License
-------BSD
Author Information
------------------Max Harley