Skip to content

Instantly share code, notes, and snippets.

@jpmens
Created February 1, 2020 17:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jpmens/f6df556839d7546336341ae26c1398c1 to your computer and use it in GitHub Desktop.
Save jpmens/f6df556839d7546336341ae26c1398c1 to your computer and use it in GitHub Desktop.
#!/bin/sh
awx inventory create --name tw00 --organization Default
awx group create --name gr1 --inventory tw00
awx host create --name ho1 --inventory tw00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment