GithubHelp home page GithubHelp logo

tk-projectx's Introduction

tk-projectx

Test project

Assume that we use already deployed EC2/VM or Bare-Metal base os insatlled CentOS 7.5 and reach via SSH connections. Based on requirements TK admin user tkadmin is created manually and access to all servers v/a password also have sudo rights.

im_name

before start with implementing code, using common.yml we can ensure that servers are CentOS 7.5 and selinux disabled.

$ ansible-playbook playbooks/00-common.yml

Web Server installation

inverntory file has a group webservers with three members;

[webservers] ansible-srva ansible-srvb ansible-srvc

Executing command will install latest httpd service, enable firewalld allowing HTTP port and using copy module will copy 2 files index.html (customized default html file) and info.php (info.php file shows web server IP which can be used to identify server when acces via HAPorxy server IP.)

$ ansible-playbook playbooks/02-webservers.yml

HAProxy(Loadbalancer) installation

In case one of web servers become fail or service stoped to not effect end-user experiance and access without interruption Loadbalancer/HAProxy will install.

[loadbalancer] ansible-lb

Executing command HAProxy enable Firewalld allowing HTTP port and HAProxy.cfg file will configured.

$ ansible-playbook playbooks/01-loadbalancer.yml

tk-projectx's People

Contributors

galaxy-bg 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.