-
Ensure Apple's command line tools are installed (
xcode-select --installto launch the installer). -
Install Rosetta 2 by running the command
sudo softwareupdate --install-rosetta. On Apple Silicon Macs, this will allow installation of software without a native ARM port. -
- Run the following command to add Python 3 to your $PATH:
export PATH="$HOME/Library/Python/3.9/bin:/opt/homebrew/bin:$PATH" - Upgrade Pip:
sudo pip3 install --upgrade pip - Install Ansible:
pip3 install ansible
- Run the following command to add Python 3 to your $PATH:
-
Clone or download this repository to your local drive.
-
Run
ansible-galaxy install -r requirements.ymlinside this directory to install required Ansible roles. -
Run
ansible-playbook main.yml --ask-become-passinside this directory. Enter your macOS account password when prompted for the 'BECOME' password.
FullStackIndustries/mac-dev-playbook
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|