]> xn--ix-yja.es Git - alex.git/commitdiff
Add Proxmox Puppet doc
authoralex <alex@pdp7.net>
Sat, 17 Dec 2022 20:00:51 +0000 (21:00 +0100)
committeralex <alex@pdp7.net>
Sat, 17 Dec 2022 20:00:51 +0000 (21:00 +0100)
personal_infra/puppet/modules/proxmox/README.md [new file with mode: 0644]

diff --git a/personal_infra/puppet/modules/proxmox/README.md b/personal_infra/puppet/modules/proxmox/README.md
new file mode 100644 (file)
index 0000000..6a3af1a
--- /dev/null
@@ -0,0 +1,18 @@
+= Proxmox
+
+== Networking
+
+Configures a public Internet IP, and an internal network with forwarding for containers and virtual machines.
+
+Add the following to your Proxmox host Ansible variables:
+
+```
+network:
+  ip: dotted.ip.notation
+  netmask: 255.255.255.0
+  gateway: dotted.ip.notation
+  proxmox:
+    ip: 10.3.3.1
+    netmask: 255.255.255.0
+    network: 10.3.3.0/24
+```