Coder Social home page Coder Social logo

aad's Introduction

automated ansible deployment / aad

Automated deployment with Ansible

For now, you need to manually install ansible

Please install it via your packagemanager (yum, zypper, apt, dpkg, etc...)


Configuring ansible

Edit the ansible hosts file in /etc/ansible/

Delete the # in front of [webservers]

      ##[webservers]
      ##120.0.0.0
      ##120.0.0.1

and add the IP of your remote host beneath the default ips

Generate a new ansible-ssh-key

  ssh-keygen

follow the instructions and create your new key

Copy your new key onto the remote host/s

  ssh-copy-id -i <NAME OF YOUR KEY> hostname@ip

Everything should be configured now and we can start with the main installation process


How to install and get started

Install this git-repo:

     git clone https://github.com/junglert/aad.git

Exec the script, you may have to change the permissions with

      ./automated_deployment.sh or bash automated_deployment.sh        

The script automatically creates and copies needed folders and files into your home directory. If everything already is in place, the script will skip this part and proceed with the next step.

In the next step you will be asked how the remote host is named, type in the username and proceed with enter.

The script now asks if you want to give any additional parameters:

You will be asked to enter the password of the remote host, enter the password and ansible should now setup the website.

What else can you do with this script?

You can use any .yml playbook and deploy it via this script. Just simply change the path of the variable.


Future plans

  • automatically installes ansible if not already installed

  • creating a wiki / manual

aad's People

Contributors

junglert avatar

Stargazers

 avatar

Watchers

James Cloos avatar  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.