/provision-linux

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

Primary LanguageLua

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