{"id":16362157,"url":"https://github.com/fubarhouse/ansible-role-macdock","last_synced_at":"2025-10-26T05:31:03.088Z","repository":{"id":45167099,"uuid":"72423410","full_name":"fubarhouse/ansible-role-macdock","owner":"fubarhouse","description":"Dock management provided by Ansible","archived":false,"fork":false,"pushed_at":"2022-01-04T05:15:31.000Z","size":36,"stargazers_count":10,"open_issues_count":0,"forks_count":6,"subscribers_count":1,"default_branch":"master","last_synced_at":"2023-08-06T11:42:44.073Z","etag":null,"topics":["ansible","dock","dockutil","mac","osx"],"latest_commit_sha":null,"homepage":"","language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/fubarhouse.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2016-10-31T09:49:50.000Z","updated_at":"2023-08-06T11:42:44.074Z","dependencies_parsed_at":"2022-09-06T03:11:30.066Z","dependency_job_id":null,"html_url":"https://github.com/fubarhouse/ansible-role-macdock","commit_stats":null,"previous_names":[],"tags_count":7,"template":null,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fubarhouse%2Fansible-role-macdock","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fubarhouse%2Fansible-role-macdock/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fubarhouse%2Fansible-role-macdock/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fubarhouse%2Fansible-role-macdock/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/fubarhouse","download_url":"https://codeload.github.com/fubarhouse/ansible-role-macdock/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":219863856,"owners_count":16555943,"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","dock","dockutil","mac","osx"],"created_at":"2024-10-11T02:23:18.572Z","updated_at":"2025-10-26T05:30:57.792Z","avatar_url":"https://github.com/fubarhouse.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# Ansible Role: Dockutil\n\n[![Build Status](https://travis-ci.org/fubarhouse/ansible-role-macdock.svg?branch=master)](https://travis-ci.org/fubarhouse/ansible-role-macdock)\n\nInstall [Dockutil](https://github.com/kcrawford/dockutil) and remove, add and and rotate items on OSX's dock on macOS.\n\nDuring the roles execution, icon cache will also be cleared however may require a restart if there are continuing problems.\n\n## Requirements\n\nNone.\n\n## Role Variables\n\n### Administration\n````yaml\n# The URL to the physical file where dockutil is available.\ndockutil_url: https://raw.githubusercontent.com/kcrawford/dockutil/master/scripts/dockutil\n# The installation path the above URL will be downloaded to.\ndockutil_install_path: /usr/local/bin/dockutil\n````\n\n### Removal of dock items\n\nDock items to remove:\n\n````\ndockitems_disabled:\n  - Launchpad\n  - Mail\n  - Safari\n  - Contacts\n  - Notes\n  - Reminders\n  - Maps\n  - Photos\n  - Messages\n  - FaceTime\n  - iTunes\n  - iBooks\n  - App Store\n  - System Preferences\n  - Calendar\n  - Terminal\n````\n\n#### Remove all: Preferred method\n```\ndockitems_remove_all: true\n```\n#### Remove all: Alternative method:\n````\ndockitems_disabled:\n  - all\n````\n\n### Adding dock items\n\nDock items to add, including name, path and weight/position:\n\n````\ndockitems_enabled:\n  - name: Google Chrome\n    path: \"/Applications/Google Chrome.app\"\n    pos: 1\n  - name: Tower\n    path: \"/Applications/Tower.app\"\n    pos: 2\n  - name: FirefoxDeveloperEdition\n    path: \"/Applications/FirefoxDeveloperEdition.app\"\n    pos: 3\n  - name: Sublime Text\n    path: \"/Applications/Sublime Text.app\"\n    pos: 4\n  - name: iTerm\n    path: \"/Applications/iTerm.app\"\n    pos: 5\n  - name: TeamViewer\n    path: \"/Applications/TeamViewer.app\"\n    pos: 6\n````\n\n## Dependencies\n\nNone.\n\n## Example Playbook\n\n````\n    - hosts: localhost\n      roles:\n        - fubarhouse.macdock\n````\n\n## License\n\nMIT / BSD\n\n## Author Information\n\nThis role was created in 2016 by [Karl Hepworth](twitter.com/fubarhouse).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffubarhouse%2Fansible-role-macdock","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffubarhouse%2Fansible-role-macdock","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffubarhouse%2Fansible-role-macdock/lists"}