/personal-dev-install

Installation of my basic environment tools on Ubuntu

Primary LanguageEmacs LispThe UnlicenseUnlicense

personal-dev-install

Make sure your terminal, start as a login terminal since extra path will be configure through the "~/.profile" file

Run install

Launch setup-ansible.sh to install ansible.

Add ~/.local/bin to the PATH, if it's not already there.

ansible-playbook command is accessable after making sure that ~/.local/bin is in the PATH.

Then run ansible-playbook -K playbook.yml

Done