Skip to content

Commit ef2fb35

Browse files
initial
1 parent a3f22a3 commit ef2fb35

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

docs/proxmox-lxc-templates.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
# Proxmox LXC Templates
2+
3+
`netbox-proxmox-automation` is intended to make your life as simple as possible. Once you have a working Proxmox node (or cluster), have provisioned a Proxmox API token (the permission is able to manage both VMs and storage), a NetBox instance, a NetBox API token, the entire process of managing Proxmox VMs via NetBox involves these simple requirements.
4+
5+
1. You have defined a webhook that will be used to facilitate your automation
6+
2. You have defined an event rule that uses the webhook in Step 1 -- for automating Proxmox VM operations based on VM state in NetBox
7+
3. You have a web application that handles events via webhooks
8+
9+
- [netbox-webhook-flask-app](https://github.com/netboxlabs/netbox-proxmox-automation/tree/main/netbox-webhook-flask-app) is a web application that you can use to facilitate Proxmox automation by handling event rules from NetBox.
10+
11+
*-or-*
12+
13+
- You are running AWX and have created (job) templates to handle events via webhooks
14+
15+
16+
## Initial Configuration: Working with LXC (Linux Container) in Proxmox
17+
18+
This is documented [here](https://pve.proxmox.com/wiki/Linux_Container). *Before you can use `netbox-proxmox-automation`, you must have downloaded at least one LXC container, as documented in the previous link, on your Proxmox node.*
19+

0 commit comments

Comments
 (0)