Skip to content

Commit 5c5296f

Browse files
Merge pull request #14 from netboxlabs/doc-patch
rename project template to job template
2 parents 04ecd25 + bc535e7 commit 5c5296f

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

docs/configure-awx-aap.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -198,9 +198,9 @@ Navigate to Resources > Projects in AWX, and create a new Project called 'netbox
198198

199199
Click the 'Sync' button in the AWX UI to ensure that git synchronization is successful. If this step is *not* successful, then *do not proceed* -- as you troubleshoot. Otherwise, proceed.
200200

201-
#### Add (project) Templates to AWX
201+
#### Add (job) Templates to AWX
202202

203-
In AWX, a (project) template provides a web accessible means of triggering automation, i.e. via a webhook. Each (project) template represents an Ansible playbook -- each Ansible playbook represents a file that was synchronized from git when you created the project in AWX -- where the playbook will perform Proxmox automation.
203+
In AWX, a (job) template provides a web accessible means of triggering automation, i.e. via a webhook. Each (job) template represents an Ansible playbook -- each Ansible playbook represents a file that was synchronized from git when you created the project in AWX -- where the playbook will perform Proxmox automation.
204204

205205
For example, when you have defined a Proxmox VM in NetBox (alongside its default resources), you can use `awx-clone-vm-and-set-resources.yml` to automate the cloning of a VM and setting its resources in Proxmox.
206206

@@ -210,7 +210,7 @@ When you create *any* template in AWX for Proxmox automation, you will need to s
210210

211211
![NetBox Proxmox clone vm and set resources edit image](./images/awx-netbox-proxmox-template-clone-resources-edit.png)
212212

213-
`netbox-proxmox-ansible` provides a series of Ansible playbooks that you can use to create fully-functioning Proxmox VMs based on their desired configuration states in NetBox. You will need to create a (project) template for each playbook in AWX.
213+
`netbox-proxmox-ansible` provides a series of Ansible playbooks that you can use to create fully-functioning Proxmox VMs based on their desired configuration states in NetBox. You will need to create a (job) template for each playbook in AWX.
214214

215215
`netbox-proxmox-automation` implements the following Ansible playbooks.
216216

docs/netbox-event-rules-and-webhooks-awx-aap.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,11 @@ Regardless of whether you are using a Flask (or other) application for Proxmox a
2222

2323
### AWX/Tower/AAP
2424

25-
As noted earlier, AWX/Tower/AAP will perform Proxmox automation through separate (project) templates. This section walks you through how (NetBox) webhooks and (NetBox) event rules are handled by AWX.
25+
As noted earlier, AWX/Tower/AAP will perform Proxmox automation through separate (job) templates. This section walks you through how (NetBox) webhooks and (NetBox) event rules are handled by AWX.
2626

2727
#### AWX/Tower/AAP Webhook
2828

29-
To use NetBox webhooks with AWX, each NetBox webhook for Proxmox VM management will point at a separate AWX (project) template. In AWX, each (project) template has a unique ID. When we execute a webhook in NetBox, in this case we're using AWX, the (NetBox) webhook will in turn point at the (project) template ID in AWX -- and tell AWX to launch the template, i.e. to run the automation.
29+
To use NetBox webhooks with AWX, each NetBox webhook for Proxmox VM management will point at a separate AWX (job) template. In AWX, each (job) template has a unique ID. When we execute a webhook in NetBox, in this case we're using AWX, the (NetBox) webhook will in turn point at the (job) template ID in AWX -- and tell AWX to launch the template, i.e. to run the automation.
3030

3131
AWX webhooks are created this way in NetBox.
3232

@@ -81,7 +81,7 @@ Regardless of which AWX template you use as a (NetBox) webhook, you must include
8181

8282
#### AWX/Tower/AAP Event Rules
8383

84-
Now let's take a look at the NetBox event rules that call an AWX webhook (project template) with Proxmox VM and VM disk object changes in Netbox.
84+
Now let's take a look at the NetBox event rules that call an AWX webhook (job template) with Proxmox VM and VM disk object changes in Netbox.
8585

8686
![NetBox Proxmox VM event rules AWX image](./images/netbox-proxmox-event-rules-awx.png)
8787

docs/proxmox-vm-templates.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
*-or-*
1212

13-
- You are running AWX and have created (project) templates to handle events via webhooks
13+
- You are running AWX and have created (job) templates to handle events via webhooks
1414

1515

1616
## Initial Configuration: Creating Proxmox VM templates from (cloud-init) images

0 commit comments

Comments
 (0)