Skip to content

Latest commit

 

History

History
24 lines (20 loc) · 756 Bytes

File metadata and controls

24 lines (20 loc) · 756 Bytes

ansible-base

Table of Contents

Getting Started

Ansible playbook with libs, tools and shell tweaks.

Prerequisites

  • Ubuntu/Debian Linux sever.

Installation

  • sudo apt install git make
  • git clone https://github.com/tapway/ansible-base.git
  • cd ansible-base
  • make install

Usage

  • make run for play all tasks except VM tools at localhost

Follow official ansible docs if you want more precise command or different target host.