Git Product home page Git Product logo

mumble-infrastructure's Introduction

Requirements

Prerequisites

This solution assumes that you have an AWS account setup on the executing machine that has rights to create and delete AWS resources named 'default'.

An example file named terraform.auto.tfvars.example contains all variables used for the infrastructure, adjust to your own needs.

Use

This repository allows the user to spin up infrastructure in order to host a private instance of Mumble server. The infrastructure created is free tier eligible.

Navigate to the terraform/ directory and use the following commands:

terraform init
terraform apply

# type in 'yes' when prompted

The script generates an inventory file in the ansible/ directory that should be used in the next step.

Navigate to the ansible/ directory and use the following command:

ansible-playbook -i inventory.yaml playbook.yaml

At the end of execution the command will give you an IP address that can be entered in the Mumble client for use.

When done, you can delete the infrastructure by simply destroying resources via terraform. Navigate to the terraform/ directory and use the following commands:

terraform init
terraform destroy

# type in 'yes' when prompted

mumble-infrastructure's People

Contributors

denis-kralj avatar

Watchers

 avatar  avatar

mumble-infrastructure's Issues

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.