jrmanes / provision-linux

Ansible repository will provision a Linux machine with all the tools needed.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Provision Linux - Ubuntu with Ansible

Description

In order to provision your linux, execute the following command:

Like dotenv but with ansible.

make all

Execute only the playbook

sudo ansible-playbook main.yml --extra-vars "username=$USER"

Installation

sudo apt update; sudo apt install -y make git ansible curl sudo && \
bash <(curl -s https://raw.githubusercontent.com/jrmanes/provision-linux/master/start.sh)

Jose Ramón Mañes


About

Ansible repository will provision a Linux machine with all the tools needed.


Languages

Language:Lua 71.4%Language:Jinja 21.2%Language:Shell 4.6%Language:CSS 2.1%Language:Makefile 0.8%