An Ansible playbook that installs all common tool on Linux.
- user: Create new user
- zsh: install and config plugin for zsh
- docker: install docker, docker-compose, ctop
- username: (string) username of user
- password: (string) encrypted password of user
Note: Generate encrypted password by mkpasswd
:
sudo apt-get install -y whois
mkpasswd --method=sha-512
- zsh_user: (string) install zsh for this user
- docker_users: (list) add this list user to docker group.