Skip to content

William-Yeh/server-config-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

48 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Simple server configuration template by Ansible and Vagrant

This is a simple template for automated server configuration management. The main mechanism is:

  • Ansible for configuration management.
  • Vagrant for local experiments.

Currently the following software stacks are provided:

  • Linux

    • CentOS 6 64bit
    • Debian 7 64bit ("wheezy")
  • Java

    • oracle-jdk6
    • oracle-jdk7
    • ant
  • DB

    • mongodb
    • mariadb
    • cassandra
    • redis
  • Web

    • nginx
  • Server app development

    • node.js

Other software can be added according to given samples.

TODO

  1. The use of $variable is deprecated.

  2. Linode load balancer (aka NodeBalancer) support.

About

Simple server configuration template via Ansible & Vagrant.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages