Projects, Inventories & Job Templates
Model your automation in the UI.
Projects, Inventories & Job Templates is a free Ansible Academy lesson on CoddyKit — lesson 2 of 4. You can read the complete lesson below for free — then practise it hands-on in the browser with a built-in code editor and a 24/7 AI tutor. It is part of the Ansible Academy learning path, one of 4 lessons in the course, and your progress syncs across the web and the CoddyKit app.
Three Core Objects
AWX models your automation with three building blocks: a project, an inventory and a job template. Wire them together and you can run anything.
A Project Is Your Code
A project tells AWX where your playbooks live, usually a Git repository. AWX clones it and refreshes when you sync. 📁
Sync to Pull Latest
Hit Sync on a project and AWX fetches the newest commits. You can also auto-sync on launch so jobs always run current code.
Inventories Hold Your Hosts
An inventory in AWX is the same idea as a CLI inventory: the hosts and groups a job can target, managed through the UI or imported.
Static or Sourced
You can type hosts in by hand or attach an inventory source, like AWS or a Git file, so AWX refreshes the host list automatically.
The Job Template
A job template is the saved recipe: it binds one project, one playbook, one inventory and credentials into a reusable, launchable unit. 🎯
Pick the Playbook
Inside the template you choose exactly which playbook file from the project runs. One project can power many templates.
Attach Credentials
The template references stored credentials so AWX knows how to SSH in and become root, without secrets ever living in your code.
Launch and Watch
Clicking Launch queues a job. AWX streams live, color-coded output so the whole team can watch the play unfold in real time. 👀
Every Run Is Logged
Each launch becomes a job record with full output, timing and status kept forever, giving you an audit trail no terminal ever did.
Prompt on Launch
Mark fields like inventory or limit as prompt on launch and AWX asks for them each run, making one template flexible across many scenarios.
Quick Check
Which object actually ties a playbook to an inventory so it can run?
Recap
Projects bring your code, inventories list your hosts, and job templates fuse them with credentials into one-click, fully logged automation. ✅
Frequently asked questions
Is the “Projects, Inventories & Job Templates” lesson free?
Yes — the full text of “Projects, Inventories & Job Templates” is free to read here on the web, and the Ansible Academy course includes 4 lessons in total. To practise it interactively (a built-in code editor and a 24/7 AI tutor) and unlock the rest of the Ansible Academy course, upgrade to CoddyKit PRO.
What will I learn in “Projects, Inventories & Job Templates”?
Model your automation in the UI. You practise Ansible Academy with hands-on code you run directly in the browser, and a 24/7 AI tutor answers your questions as you work through the lesson.
Do I need any experience to start Ansible Academy?
No prior experience is required. Ansible Academy on CoddyKit is structured for beginners through advanced learners; this is — lesson 2 of 4, so you can start here or from the beginning and move at your own pace.
How long does the “Projects, Inventories & Job Templates” lesson take?
Most CoddyKit lessons take about 5–10 minutes. Each one is bite-sized and interactive, so you make steady progress and pick up exactly where you left off across the web and the app.
Can I write and run code in this Ansible Academy lesson?
Yes. Every Ansible Academy lesson includes a built-in code editor, so you write and run real code right in your browser and get instant AI feedback — no local setup required.
All lessons in this course
- AWX vs Automation Platform vs CLI
- Projects, Inventories & Job Templates
- Credentials, Teams & RBAC
- Schedules, Surveys & Workflows