{"id":22264273,"url":"https://github.com/djuuu/ansible-role-dotfiles","last_synced_at":"2026-05-09T14:41:16.816Z","repository":{"id":265869668,"uuid":"882757294","full_name":"Djuuu/ansible-role-dotfiles","owner":"Djuuu","description":"Install dotfiles @ https://github.com/Djuuu/dotfiles","archived":false,"fork":false,"pushed_at":"2024-11-03T17:23:21.000Z","size":2,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-24T00:49:06.759Z","etag":null,"topics":["ansible","ansible-role","dotfiles"],"latest_commit_sha":null,"homepage":"","language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Djuuu.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"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}},"created_at":"2024-11-03T17:22:00.000Z","updated_at":"2024-11-09T14:16:05.000Z","dependencies_parsed_at":"2024-12-01T09:50:36.359Z","dependency_job_id":"6d7a8650-3bd2-4ea7-89a3-a794fee9fe6b","html_url":"https://github.com/Djuuu/ansible-role-dotfiles","commit_stats":null,"previous_names":["djuuu/ansible-role-dotfiles"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Djuuu%2Fansible-role-dotfiles","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Djuuu%2Fansible-role-dotfiles/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Djuuu%2Fansible-role-dotfiles/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Djuuu%2Fansible-role-dotfiles/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Djuuu","download_url":"https://codeload.github.com/Djuuu/ansible-role-dotfiles/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245476718,"owners_count":20621698,"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","ansible-role","dotfiles"],"created_at":"2024-12-03T10:08:23.533Z","updated_at":"2026-05-09T14:41:16.812Z","avatar_url":"https://github.com/Djuuu.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"Ansible Role: Dotfiles\n======================\n\nInstall dotfiles @ https://github.com/Djuuu/dotfiles\n\nRole Variables\n--------------\n\nAvailable role variables are listed below, along with default values (see `defaults/main.yml`):\n\n```yaml\ndotfiles_repo: \"{{ dotfiles_clone_use_ssh | ternary(dotfiles_repo_ssh, dotfiles_repo_https) }}\"\n\ndotfiles_repo_https:    https://github.com/Djuuu/dotfiles.git\ndotfiles_repo_ssh:          git@github.com:Djuuu/dotfiles.git\n\ndotfiles_clone_use_ssh: false\n\ndotfiles_repo_version: master\n\ndotfiles_repo_local_destination: ~/.dotfiles\n\ndotfiles_force_reset: false\n\ndotfiles_backup: false\n\ndotfiles_install_command:  \"{{ dotfiles_repo_local_destination }}/install\"\n\ndotfiles_gitconfig: []\n  #- { option: 'name',  value: me }\n  #- { option: 'email', value: me@example.net }\n```\n\nDependencies\n------------\n\nNone.\n\nExample Playbook\n----------------\n\n```yaml\n- hosts: all\n  roles:\n    - djuuu.dotfiles\n```\n\nExample for multiple users:\n```yaml\n- hosts: all\n\n  vars:\n    dotfiles_users:\n      - example\n      - root\n\n  tasks:\n    - name: Install dotfiles\n      loop: \"{{ dotfiles_users | default([ansible_user]) }}\"\n      loop_control:\n        loop_var: dotfiles_user\n      vars:\n        ansible_become: \"{{ dotfiles_user != 'ansible_user' }}\"\n        ansible_become_user: \"{{ dotfiles_user }}\"\n      ansible.builtin.include_role:\n        name: djuuu.dotfiles\n```\n\nLicense\n-------\n\nBeerware License\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdjuuu%2Fansible-role-dotfiles","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdjuuu%2Fansible-role-dotfiles","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdjuuu%2Fansible-role-dotfiles/lists"}