type Playbook struct {
Inventory string Tags []string User string PrivateKey string Become bool Local bool Timeout int ExtraVars map[string]string// Playbook's path. Path string// Working directory. Defaults to playbook's directory. WorkingDir string
}