Skip to content
Valentin Haenel edited this page Apr 24, 2014 · 4 revisions

a target is a set of hosts which belong together.

Target File

YADT uses a yaml-file named target in the current working directory to define a YADT target.

hosts:
  - hostname1.spam.eggs
  - hostname2.spam.eggs

This file defines the target spameggs as a set of the hosts hostname1.spam.eggs and hostname2.spam.eggs

Alternatively you could use the shorthand:

hosts:
  - hostname[1..2].spam.eggs

Name

Please do not use any white space characters within the name.

Clone this wiki locally