The configuration of a Droid Project lives in file named droid.yml
in the
root folder of the Project. The format of the file is YAML.
The Project configuration directives are described in the Project configuration reference. Targets and Tasks, which direct Droid to do work, are described in the Target configuration reference and Task configuration reference. Hosts and Groups, the Inventory managed by Droid, are described in the Host configuration reference and Group configuration reference.
The configuration of a Droid Module lives in file named droid.yml
in the
root folder of the Module. Like a Droid Project configuration, the format of
the Module configuration file is YAML.
The Module configuration directives are described in Module configuration reference.