Skip to content

Ansible Playbook to automate the installation of some of the tools I use on both ubuntu and osx.

Notifications You must be signed in to change notification settings

eglavin/ansible-playbook

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ansible playbook

Prerequisites

Requirements: Python and Ansible

Install with apt

sudo add-apt-repository --yes --update ppa:ansible/ansible
sudo apt install ansible

The prepare-ubuntu.sh script will run these steps for you.

Install with brew

brew install ansible

Usage

The run.sh script will install the required roles and run the playbook for you, stopping to prompt you for your login details.

Alternatively you can run it manually with the following command:

ansible-playbook ./roles/main.yml --user $(whoami) --ask-pass --ask-become-pass

About

Ansible Playbook to automate the installation of some of the tools I use on both ubuntu and osx.

Topics

Resources

Stars

Watchers

Forks

Languages