Skip to content

Latest commit

 

History

History
30 lines (19 loc) · 693 Bytes

README.md

File metadata and controls

30 lines (19 loc) · 693 Bytes

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