This is the seed of the workspace.
The seed directory will contain:
- ansible tasks
- ansible playbooks
- bash scripts
- pwsh scripts
The seed directory location is determined by the seed meta file seed.json.
like this:
{
"seed": {
"path": "seed",
"customize": true
}
}
The seed directory is shared with other workspaces through git subrepo
.