| Package | Description |
|---|---|
| org.jenkinsci.plugins.ansible | |
| org.jenkinsci.plugins.ansible.jobdsl.context |
| Modifier and Type | Class and Description |
|---|---|
class |
InventoryContent
Inline content for Ansible inventory.
|
class |
InventoryDoNotSpecify
Path to a file containing an 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 hostPattern,
Inventory inventory,
String module,
String command) |
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)
Deprecated.
|
AnsiblePlaybookBuilder(String playbook,
Inventory inventory) |
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)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
Inventory |
AnsibleContext.getInventory() |
Copyright © 2016–2017. All rights reserved.