Git Product home page Git Product logo

ansible-7's Introduction

MISP - Ansible installation script

  • V0.2

    • Data location management
    • misp-modules installation
  • V0.1

    • Nginx support only
    • Backup script provided

Instructions

  • From the ansible repository, run the following command:
ansible-playbook -i <host>, misp.yml -k -K -u <user>
  • If you want to move the MISP data location to (MySQL database, MISP files and tmp), add the following parameter to ansible-playbook:
--extra-vars "data_location=<path>"
  • Update the self-signed certificate in /etc/nginx/ssl
  • Create and export your GPG key:
sudo -u www-data gpg --homedir /opt/misp-server/misp/.gnupg --gen-key
sudo -u www-data gpg --homedir /opt/misp-server/misp/.gnupg --export --armor YOUR-EMAIL > /opt/misp-server/misp/app/webroot/gpg.asc
  • Login with:

  • Configure MISP in administration panel, server settings

Notes

  • the user must have admin rights
  • a self-signed certificate is generated to allow you to test the installation
  • installation directory is: /opt/misp-server/misp
  • backup directory is: /opt/misp-server/backup

Backup script

If enabled, a backup script create each day a new archive with a MySQL misp database dump and misp files to allow easy restore.

  • these archives are created in: /opt/misp-server/backup
  • a script to easy restore MISP from an archive is provided in the same directory
  • to use the restore script, login as misp user and run the following command:
./misp_restore <archive_timestamp>.tar.gz

ansible-7's People

Contributors

deloittem avatar adulau avatar yaleman avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.