Giter Site home page Giter Site logo

swipswaps / smallbusiness-playbook Goto Github PK

View Code? Open in Web Editor NEW

This project forked from evialle/smallbusiness-playbook

0.0 1.0 0.0 45 KB

Ansible Server for small business with Wordpress, VTiger, Asterisk, Prestashop, LDAP... on Digital Ocean

PHP 19.55% Shell 0.11% Python 80.34%

smallbusiness-playbook's Introduction

Ansible Server for small business with Wordpress, VTiger, Asterisk, Prestashop, LDAP... on Digital Ocean

Overview

This ansible script install everything needed for a small business company on one server (old school, but cheapest way)...

  • The CMS tool (Wordpress) will be accessible at www.{{customer_dns}}
  • The shop tool (Prestashop) will be accessible at shop.{{customer_dns}}
  • The CRM tool (Vtiger) will be accessibl at crm.{{customer_dns}}

This playbook is for educational purpose. This playbook helped me to learn and understand the capacities of ansible.

Pre-requisites

  • ansible 2.4
  • Digital Ocean API Key

Run

  1. Create the file customer.yml
#Domain of the droplet to create
customer_dns: mydomain.com
customer_admin_firstname: Eric
customer_admin_lastname: Cire
customer_admin_email: [email protected]
  1. Create the file keys.yml
#Digital Ocean API Key
do_token: 

#Root password of mysql instance
mysql_root_password:
  1. Launch ansible It will create a new Droplet on Digital Ocean
ansible-playbook site.yml
  1. Destroy the Droplet on Digital Ocean
ansible-playbook destroy.yml

smallbusiness-playbook's People

Contributors

jasodeep avatar evialle avatar

Watchers

 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.