allow configuring dotfiles location and move default

Existing users who don't want anything to change should set their
`dotfiles.destination` var to `.dotfiles`.
This commit is contained in:
Pig Monkey 2017-05-12 19:05:37 -07:00
parent afdfd50205
commit 9990a562f5
3 changed files with 8 additions and 5 deletions

View file

@ -45,9 +45,11 @@ enabled. By default, sshd is configured but not enabled.
## Dotfiles
Ansible expects that the user wishes to clone dotfiles via the git repository
specified via the `dotfiles.url` variable and install them with [rcm][5]. If
this is not the case, removing the `dotfiles` variable will cause the relevant
tasks to be skipped.
specified via the `dotfiles.url` variable and install them with [rcm][5]. The
destination to clone the repository to is defined by the `dotfiles.destination`
variable. This is relative the user's home directory.
These tasks will be skipped if the `dotfiles` variable is not defined.
## Tagging