My personal settings for Ubuntu linux.
- Ubuntu linux(BoW or normal one)
- Ansbile
$ sudo apt-get update
$ sudo apt-get install ansible
For bash on ubuntu on Windows
For desktop linux
Some of the roles needs to run on zsh. So, first you need to run this script on zsh.
$ ansible-playbook -i hosts bash_on_ubuntu.yml -K
$ ansible-playbook -i hosts bash_on_ubuntu.yml -K --tags "apt,git"
$ ansible-playbook -i hosts bash_on_ubuntu.yml -K --skip-tags "apt,git"