Git Product home page Git Product logo

workspace's Introduction

workspace

This repo regroups all my ubuntu configuration used for my personnal workspace. This is based on Ansible and can be deployed locally through the main.yaml playbook.

Requirements

  • Install pip:
    sudo apt install python3-pip
  • Install Ansible:
    python3 -m pip install --user ansible
  • Create a SSH agent with GitHub

How it works:

Several tasks are sequentially proceeded to install my main components. Only 1 role is proposed (user) but this could be changed to several user for all applications. Everything stands on generic components and no additional informations are required but for terminal settings. In this specific list of task, configuration files are downloaded from private personnal repo.

List of procedures/installations:

  • APT update, upgrade
  • filesystem modification (add specific personnal paths)
  • Git (local parameters)
  • Terminal settings (ZSH, OhMyZSH, Terminator and CLI)
  • Julia LTS and ODBC related drivers
  • Docker

Run the playbook

First installation

First, git clone this repo on your local machine:

git clone [email protected]:Quche/workspace.git

In the local dir, change variable names in /vars/main.yml: USERNAME stands for the name of the ubuntu user.

Go to the local clone and launch ansible:

ansible-playbook main.yaml -K

A BECOME password is then asked, refer your Ubuntu user password.

TODO

  • Compare this code with other approaches such as this complete example.
  • Separate all the specific operations into roles.
  • Export DIR variables globally to use the subpart playbook running (-t parameter).
  • mysql, psql
  • gcloud

workspace's People

Contributors

quche avatar

Stargazers

Hippo 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.