Ansible repo to apply my configz:
- aliases,
- zsh,
- liquidprompt,
- fzf,
- GOPATH
You can safely run make
to see what you can do.
Here are some examples:
-
Run all playbooks and tests in a docker container
make run-docker
-
Run all playbooks without extra tests in a docker container
make docker
cd ansible/ansible.configz
make all-playbooks
-
Run all playbooks on localhost
make all-playbooks
-
Run all playbooks on localhost but change one of defined vars
make all-playbooks OPTS="--extra-vars '{"zsh_users": ["root", "vincent"]}'"