This is simple ansible role for configure hostname and install my favorite soft from Homebrew and Mac App Store.
See defaults/main.yml
.
Example playbook:
---
- name: macOS
hosts: localhost
connection: local
become: false
gather_facts: true
vars:
macos_hostname: "cronus"
macos_homebrew_tap_ext:
- coreutils
- ghc
roles:
- jtprogru.macos
Michael Savin aka @jtprogru
See LICENSE