/ansible-playbooks

Inventory, tool and configuration management

Primary LanguageShellMIT LicenseMIT

Ansible Playbooks

Inventory, tool and configuration management

Getting Started

Setup ansible

Install

Link to installation

Configuration

For local usage, edit /etc/ansible/hosts to contain

[local]
127.0.0.1

Setup SSH

Install

sudo apt-get update
sudo apt-get install openssh-server

Start

start ssh

Usage

All

ansible-playbook <path_to_playbook_yml>

With tags

ansible-playbook <path_to_playbook_yml> -t [tags]