| Modifier and Type | Class and Description |
|---|---|
class |
InventoryContent
Inline content for Ansible inventory.
|
class |
InventoryPath
Path to a file containing an Ansible inventory
|
| Modifier and Type | Field and Description |
|---|---|
Inventory |
AnsiblePlaybookBuilder.inventory |
Inventory |
AnsibleAdHocCommandBuilder.inventory
Path to the inventory file.
|
| Modifier and Type | Method and Description |
|---|---|
hudson.model.Descriptor<Inventory> |
Inventory.getDescriptor() |
| Constructor and Description |
|---|
AnsibleAdHocCommandBuilder(String ansibleName,
String hostPattern,
Inventory inventory,
String module,
String command,
String credentialsId,
boolean sudo,
String sudoUser,
int forks,
boolean unbufferedOutput,
boolean colorizedOutput,
boolean hostKeyChecking,
String additionalParameters) |
AnsiblePlaybookBuilder(String ansibleName,
String playbook,
Inventory inventory,
String limit,
String tags,
String skippedTags,
String startAtTask,
String credentialsId,
boolean sudo,
String sudoUser,
int forks,
boolean unbufferedOutput,
boolean colorizedOutput,
boolean hostKeyChecking,
String additionalParameters) |
Copyright © 2004-2015. All Rights Reserved.