Skip to content

Anisble repo to apply my custom shell env: aliases, zsh, liquidprompt, fzf, GOPATH, etc.

Notifications You must be signed in to change notification settings

vgallissot/ansible.configz

Repository files navigation

ansible.configz

Ansible repo to apply my configz:

  • aliases,
  • zsh,
  • liquidprompt,
  • fzf,
  • GOPATH

How to use

You can safely run make to see what you can do.
Here are some examples:

  1. Run all playbooks and tests in a docker container make run-docker

  2. Run all playbooks without extra tests in a docker container

make docker
cd ansible/ansible.configz
make all-playbooks
  1. Run all playbooks on localhost make all-playbooks

  2. Run all playbooks on localhost but change one of defined vars make all-playbooks OPTS="--extra-vars '{"zsh_users": ["root", "vincent"]}'"

About

Anisble repo to apply my custom shell env: aliases, zsh, liquidprompt, fzf, GOPATH, etc.

Resources

Stars

Watchers

Forks

Packages

No packages published