Skip to content

Latest commit

 

History

History
36 lines (23 loc) · 699 Bytes

README.md

File metadata and controls

36 lines (23 loc) · 699 Bytes

Installation

Ansible Installer

Prerequisites

Install Ansible

  • Add package repository:
sudo apt-add-repository ppa:ansible/ansible
sudo apt-get update
  • Install ansible binary:
sudo apt-get install ansible

Execute installer

  • Change properties in vars.json file to fit your environment

  • Call bash script:

cd installer
./install.sh

Manual Setup