slashformotion / ansible-role-chezmoi

Ansible role to install and configure chezmoi dotfiles

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Ansible Role: Chezmoi

A role to install and configure your dotfiles with chezmoi.

GitHub Workflow Status

Requirements

None.

Role Variables

# your local machine username
chezmoi_user: "toni"

# your github repo url
chezmoi_repo: "git@github.com:username/repo.git"

Dependencies

None.

Example Playbook

- hosts: all
  roles:
    - role: kilip.chezmoi

License

MIT

Author Information

This role was created in 2022 by Anthonius Munthi

About

Ansible role to install and configure chezmoi dotfiles

License:MIT License


Languages

Language:Python 99.8%Language:Makefile 0.2%