{"id":25830351,"url":"https://github.com/nestorrd/ansible-mac-configurator","last_synced_at":"2026-05-20T14:07:39.813Z","repository":{"id":279044218,"uuid":"936720267","full_name":"nestorrd/ansible-mac-configurator","owner":"nestorrd","description":"This repository contains Ansible playbooks and roles for configuring a macOS system.","archived":false,"fork":false,"pushed_at":"2025-02-23T11:27:13.000Z","size":6,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-23T12:24:45.754Z","etag":null,"topics":["ansible","macos"],"latest_commit_sha":null,"homepage":"","language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"unlicense","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/nestorrd.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":"2025-02-21T15:12:24.000Z","updated_at":"2025-02-23T11:27:16.000Z","dependencies_parsed_at":"2025-02-23T12:35:04.956Z","dependency_job_id":null,"html_url":"https://github.com/nestorrd/ansible-mac-configurator","commit_stats":null,"previous_names":["nestorrd/ansible-mac-configurator"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nestorrd%2Fansible-mac-configurator","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nestorrd%2Fansible-mac-configurator/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nestorrd%2Fansible-mac-configurator/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nestorrd%2Fansible-mac-configurator/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nestorrd","download_url":"https://codeload.github.com/nestorrd/ansible-mac-configurator/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241209527,"owners_count":19927734,"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","macos"],"created_at":"2025-02-28T19:14:32.068Z","updated_at":"2026-05-20T14:07:39.781Z","avatar_url":"https://github.com/nestorrd.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# Ansible Mac Configurator\n\nThis repository contains Ansible playbooks and roles for configuring a macOS system using Homebrew.\n\n## Directory Structure\n\n- **roles/**: Contains reusable roles.\n  - **homebrew/**: A role that includes tasks and variables for managing Homebrew.\n    - **tasks/**: Contains the main tasks for the role.\n      - `main.yml`: The main task file.\n\n- **playbooks/**: Contains playbooks for executing tasks.\n  - `configure.yml`: The main playbook for configuring the macOS system.\n\n- `ansible.cfg`: Configuration file for Ansible settings.\n- `LICENSE`: License file for the repository.\n- `README.md`: Documentation for the repository.\n\n## Usage\n\n1. Clone the repository.\n2. Create a **private** repository, where you will store your own configuration. This is needed to keep your configuration private.\n3. Update `vars/custom_vars.yml` to point to your local copy of the private repository.\n4. Create a file in your private repository named `private_vars.yml`. In here you will add all needed configuration used by roles. The file should look like this:\n   ```yaml\n   homebrew_packages:\n     - name: your_package\n\n   homebrew_cask_packages:\n     - name: your_cask_package\n       sudo_password: \"{{ password }}\"\n5. [Optional] Create or store your own `.zshrc` zsh configuration file in your private repository. This is optional, in case you don't have any yet, it will be created during installation.\n6. Run the playbook using the command:\n   ```sh\n   ansible-playbook /path/to/repo/playbooks/configure.yml\n7. Push your changes to your private repository to keep your configuration safe.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnestorrd%2Fansible-mac-configurator","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnestorrd%2Fansible-mac-configurator","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnestorrd%2Fansible-mac-configurator/lists"}