conorsch.homeshick
Homeshick Ansible Role
This role manages your dotfiles using Homeshick. It makes it easier to set up dotfiles on remote machines without needing sudo access. If Vim is already installed, it can also install Vim plugins.
Requirements
- Git must be installed.
Role Variables
This section describes the variables you can set for this role. It includes those found in defaults/main.yml, vars/main.yml, and any variables that you can set as role parameters. It also notes any variables that come from other roles or the global scope (like hostvars, group vars, etc.).
Dependencies
Here’s where you can list other roles that are available on Galaxy, along with any necessary parameters or variables that might be used from those roles.
Example Playbook
Providing an example of how to use this role is helpful for users. Here’s a simple example:
- hosts: servers
roles:
- { role: username.rolename, x: 42 }
License
This role is licensed under the MIT license.
Deploys dotfiles with the bash-only homeshick project.
ansible-galaxy install conorsch.homeshick