Skip to content

Build inventories for use with awx/ansible dynamic inventory.

Notifications You must be signed in to change notification settings

cblack34/awx_inventory

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

59 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

inventory

Codacy Badge Build Status

Build inventories of computers that can be grouped. Mainly for use with awx/ansible dynamic inventory.

What the json should look like for ansible:

{
  "_meta": {
    "hostvars": {
        "host1": {
            "var2": "val2"
        }
    }
  },
  
  "group1": {
    "hosts": [
      "host1"
    ],
    
    "vars": {
        "var1": "val1"
    }
  }
}

About

Build inventories for use with awx/ansible dynamic inventory.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages