Skip to content

Instantly share code, notes, and snippets.

@marylly
Created January 8, 2022 15:51
Show Gist options
  • Save marylly/efb4d35c29887de4619beab948742721 to your computer and use it in GitHub Desktop.
Save marylly/efb4d35c29887de4619beab948742721 to your computer and use it in GitHub Desktop.
MacOS Initial Setup
Instalando HomeBrew
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
Instalando o Git
brew install git
Instalando o Pip
brew install pip3
Instalando o pyenv
brew install pyenv
python3 -m venv ansible-2.10
Instalando o Python
pyenv install 3.8.12
Instalando o Ansible
pip install Ansible
Source ansible-2.10/bin/activate
Baixando os playbooks
git clone https://github.com/marylly/ansible-utils.git
sh -c "$(curl -fsSL https://raw.github.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment