public class Inventory extends Object
| Constructor and Description |
|---|
Inventory() |
| Modifier and Type | Method and Description |
|---|---|
void |
addGroup(HostGroup group) |
void |
addHost(AnsibleHost h,
String groupName) |
Collection<HostGroup> |
getHostGroups() |
public void addGroup(HostGroup group)
public void addHost(AnsibleHost h, String groupName)
public Collection<HostGroup> getHostGroups()
Copyright © 2019. All Rights Reserved.