/ansible

Primary LanguageShell

Setup new machine remotely

Edit hosts file and run:

ansible-playbook -i hosts setup.yml -K --tags all

Setup new machine locally

ansible-playbook setup.yml -K --tags all

Dev env

Provision an Ubuntu VM using docker

./docker-build
./docker-run

Reset the VM by ./docker-reset

Test the VM by ssh:

ssh ubutu@localhost -p 2222