{"id":17552663,"url":"https://github.com/iloveitaly/ansible-dotfiles-bootstrap","last_synced_at":"2026-05-19T03:17:32.849Z","repository":{"id":196522431,"uuid":"696295809","full_name":"iloveitaly/ansible-dotfiles-bootstrap","owner":"iloveitaly","description":"Ansible role to download dotfiles, find the installation/bootstrap command, and execute it","archived":false,"fork":false,"pushed_at":"2023-10-05T16:57:03.000Z","size":99,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-29T08:14:26.478Z","etag":null,"topics":["ansible","dotfiles"],"latest_commit_sha":null,"homepage":"","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/iloveitaly.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"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":["iloveitaly"]}},"created_at":"2023-09-25T13:27:25.000Z","updated_at":"2023-10-05T17:08:25.000Z","dependencies_parsed_at":"2023-10-05T17:43:53.901Z","dependency_job_id":null,"html_url":"https://github.com/iloveitaly/ansible-dotfiles-bootstrap","commit_stats":null,"previous_names":["iloveitaly/ansible-dotfiles-bootstrap"],"tags_count":5,"template":false,"template_full_name":null,"purl":"pkg:github/iloveitaly/ansible-dotfiles-bootstrap","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iloveitaly%2Fansible-dotfiles-bootstrap","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iloveitaly%2Fansible-dotfiles-bootstrap/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iloveitaly%2Fansible-dotfiles-bootstrap/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iloveitaly%2Fansible-dotfiles-bootstrap/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/iloveitaly","download_url":"https://codeload.github.com/iloveitaly/ansible-dotfiles-bootstrap/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iloveitaly%2Fansible-dotfiles-bootstrap/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":265336610,"owners_count":23749193,"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","dotfiles"],"created_at":"2024-10-21T05:43:26.685Z","updated_at":"2026-05-19T03:17:32.817Z","avatar_url":"https://github.com/iloveitaly.png","language":null,"funding_links":["https://github.com/sponsors/iloveitaly"],"categories":[],"sub_categories":[],"readme":"# Ansible Role: Bootstrap Dotfiles ![Ansible Role](https://img.shields.io/ansible/role/d/36915)\n\n\nInstall a set of dotfiles from a given Git repository and run a installation or bootstrap script (like GitHub codespaces). By default, it will install my [dotfiles](https://github.com/iloveitaly/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```\ndotfiles_recursive: true\n```\n\nClone recursively with submodules.\n\n```\ndotfiles_repo: \"https://gitlab.com/iloveitaly/dotfiles.git\"\ndotfiles_repo_version: master\n```\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```\ndotfiles_repo_accept_hostkey: false\n```\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```\ndotfiles_repo_local_destination: \"~/dotfiles\"\n```\n\nThe local path where the `dotfiles_repo` will be cloned.\n\n```\ndotfiles_force_clone: false\n```\n\nWhen true, it will force clone the repository, overwriting any local changes.\n\n```\ndotfiles_home: \"~\"\n```\n\nWhether the files in the repository start with dot or not.\n\n## Example Playbook\n\n```\n- hosts: localhost\n  roles:\n    - { role: iloveitaly.dotfiles_bootstrap }\n```\n\n## License\n\nMIT\n\n## Author Information\n\n* Originally based on dotfiles role by [Jeff Geerling](https://www.jeffgeerling.com/).\n* Leveraged improvements by Radek Sprta \u003cmail@radeksprta.eu\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Filoveitaly%2Fansible-dotfiles-bootstrap","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Filoveitaly%2Fansible-dotfiles-bootstrap","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Filoveitaly%2Fansible-dotfiles-bootstrap/lists"}