GithubHelp home page GithubHelp logo

secerosman40 / config_ubuntu Goto Github PK

View Code? Open in Web Editor NEW

This project forked from reinka/config_ubuntu

1.0 1.0 0.0 16 KB

Ansible roles and playbooks to configure a Ubuntu 20.04 PC

HTML 100.00%

config_ubuntu's Introduction

Ansible repository with roles and playbooks used to set up my Ubuntu webserver

Current Installations

Prerequisites

  • Ansible
    • Install first a virtual env, source it afterwards to activate it and finally install Ansible
      • sudo apt install python3-venv
      • mkdir $HOME/.envs && python3 -m venv $HOME/.envs/ansible-env
      • source $HOME/.envs/ansible-env/bin/activate
      • pip install ansible
  • Git
    • sudo apt install git

How to use this repo

  1. Source your ansible environment: source $HOME/.envs/ansible-env/bin/activate
  2. Clone repo: git clone https://github.com/reinka/config_ubuntu.git
  3. Change directory and run the playbook locally (make sure to substitute ansible_sudo_pass with your sudo password:
$ cd config_ubuntu 
$ ansible-playbook --connection=local --inventory 127.0.0.1, \ 
  playbooks/deploy_webserver.yml -e ansible_sudo_pass='****'

config_ubuntu's People

Contributors

reinka avatar

Stargazers

 avatar

Watchers

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