mac-dev-playbook icon indicating copy to clipboard operation
mac-dev-playbook copied to clipboard

Mac setup and configuration via Ansible.

Results 25 mac-dev-playbook issues
Sort by recently updated
recently updated
newest added

Hi, I'm trying to test the default script on my parallels VM, but it gets stuck. First I got stuck at 'Force update brew after installation', and after restarting the...

I recently had some time to play around with virtualization options on M1, and thought I'd document some tests I'm doing with this playbook against different macOS instances running inside...

planned

Hi, My (almost) unattended Mac install is failing because one cask package requires the svn command. Here's the error: ``` failed: [127.0.0.1] (item=font-fira-mono-for-powerline) => changed=false ansible_loop_var: item item: font-fira-mono-for-powerline msg:...

It would be nice to automate the addition of spacer tiles in the dock. Like [here](https://www.lifewire.com/add-custom-and-standard-doc-spacers-to-mac-2260861) ``` tile-data tile-type spacer-tile ``` It seems to just be a string in the...

stale

There's this todo in your playbook: https://github.com/geerlingguy/mac-dev-playbook/blob/acb6eb4d1b224e39dce47971923928d16c9de4b0/tasks/osx.yml#L2 I think this could be solved with one of those: - https://github.com/geerlingguy/ansible-role-homebrew/issues/73#issuecomment-392296635 - https://github.com/geerlingguy/ansible-role-homebrew/issues/73#issuecomment-399518260

stale

This should fix #147 Once #79 is ready, this can be removed again.

stale

### SSH: ``` PLAY [studio] **************************************************************************************************************************************************************************************** TASK [geerlingguy.mac.mas : Ensure MAS is installed.] ************************************************************************************************************************************************ [WARNING]: Platform darwin on host xxx.xxx.xxx.xxx is using the discovered Python interpreter at /usr/bin/python3, but future...

I could easily install [stats](https://github.com/exelban/stats) tools with ``brew install --cask stats``without any error return code. Unfortunately it fail with ansible as ``` ok: [127.0.0.1] => (item=wakeonlan) failed: [127.0.0.1] (item=stats) =>...

stale

Expect: If firefox is already installed, skip installation and continue without a failure status -> idempotent. Got: If firefox is already installed, fail -> NOT idempotent. Note: Should it fail...

stale