{"id":13575934,"url":"https://github.com/geerlingguy/ansible-role-dotfiles","last_synced_at":"2025-04-06T00:10:26.254Z","repository":{"id":25308712,"uuid":"28735352","full_name":"geerlingguy/ansible-role-dotfiles","owner":"geerlingguy","description":"Ansible Role - Easy and flexible dotfile installation.","archived":false,"fork":false,"pushed_at":"2024-07-16T19:21:23.000Z","size":34,"stargazers_count":233,"open_issues_count":3,"forks_count":104,"subscribers_count":7,"default_branch":"master","last_synced_at":"2024-10-10T04:06:31.318Z","etag":null,"topics":["ansible","configuration","development","dotfiles","role"],"latest_commit_sha":null,"homepage":"https://galaxy.ansible.com/geerlingguy/dotfiles/","language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/geerlingguy.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null},"funding":{"github":"geerlingguy","patreon":"geerlingguy"}},"created_at":"2015-01-03T04:55:38.000Z","updated_at":"2024-10-07T15:50:53.000Z","dependencies_parsed_at":"2024-01-16T20:28:29.362Z","dependency_job_id":"7264b8b6-d974-4fc1-9aa6-b7142534d2f9","html_url":"https://github.com/geerlingguy/ansible-role-dotfiles","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/geerlingguy%2Fansible-role-dotfiles","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/geerlingguy%2Fansible-role-dotfiles/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/geerlingguy%2Fansible-role-dotfiles/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/geerlingguy%2Fansible-role-dotfiles/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/geerlingguy","download_url":"https://codeload.github.com/geerlingguy/ansible-role-dotfiles/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247415973,"owners_count":20935387,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["ansible","configuration","development","dotfiles","role"],"created_at":"2024-08-01T15:01:05.577Z","updated_at":"2025-04-06T00:10:26.230Z","avatar_url":"https://github.com/geerlingguy.png","language":null,"funding_links":["https://github.com/sponsors/geerlingguy","https://patreon.com/geerlingguy"],"categories":["Others","role"],"sub_categories":[],"readme":"# Ansible Role: Dotfiles\n\n[![CI](https://github.com/geerlingguy/ansible-role-dotfiles/actions/workflows/ci.yml/badge.svg)](https://github.com/geerlingguy/ansible-role-dotfiles/actions/workflows/ci.yml)\n\nInstalls a set of dotfiles from a given Git repository. By default, it will install my (geerlingguy's) [dotfiles](https://github.com/geerlingguy/dotfiles), but you can use any set of dotfiles you'd like, as long as they follow a conventional format.\n\n## Requirements\n\nRequires `git` on the managed machine (you can easily install it with `geerlingguy.git` if required).\n\n## Role Variables\n\nAvailable variables are listed below, along with default values (see `defaults/main.yml`):\n\n    dotfiles_repo: \"https://github.com/geerlingguy/dotfiles.git\"\n    dotfiles_repo_version: master\n\nThe git repository and branch/tag/commit hash to use for retrieving dotfiles. Dotfiles should generally be laid out within the root directory of the repository.\n\n    dotfiles_repo_accept_hostkey: false\n\nAdd the hostkey for the repo url if not already added. If ssh_opts contains \"-o StrictHostKeyChecking=no\", this parameter is ignored.\n\n    dotfiles_repo_local_destination: \"~/Documents/dotfiles\"\n\nThe local path where the `dotfiles_repo` will be cloned.\n\n    dotfiles_home: \"~\"\n\nThe home directory where dotfiles will be linked. Generally, the default should work, but in some circumstances, or when running the role as sudo on behalf of another user, you may want to specify the full path.\n\n    dotfiles_files:\n      - .zshrc\n      - .gitignore\n      - .inputrc\n      - .vimrc\n\nWhich files from the dotfiles repository should be linked to the `dotfiles_home`.\n\n## Dependencies\n\nNone\n\n## Example Playbook\n\n    - hosts: localhost\n      roles:\n        - { role: geerlingguy.dotfiles }\n\n## License\n\nMIT / BSD\n\n## Author Information\n\nThis role was created in 2015 by [Jeff Geerling](https://www.jeffgeerling.com/), author of [Ansible for DevOps](https://www.ansiblefordevops.com/).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgeerlingguy%2Fansible-role-dotfiles","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgeerlingguy%2Fansible-role-dotfiles","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgeerlingguy%2Fansible-role-dotfiles/lists"}