diff options
| author | alex <alex@pdp7.net> | 2022-12-17 21:00:51 +0100 |
|---|---|---|
| committer | alex <alex@pdp7.net> | 2022-12-17 21:00:51 +0100 |
| commit | d64d1fb7ece2b19876db222799f0f20dd616c62a (patch) | |
| tree | fd2abfe1e13550278ca4cd339adacccfcc86e09a | |
| parent | 46a0dfd0a659c4085696b9fc89021298a61b85a6 (diff) | |
Add Proxmox Puppet doc
| -rw-r--r-- | personal_infra/puppet/modules/proxmox/README.md | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/personal_infra/puppet/modules/proxmox/README.md b/personal_infra/puppet/modules/proxmox/README.md new file mode 100644 index 00000000..6a3af1a8 --- /dev/null +++ b/personal_infra/puppet/modules/proxmox/README.md @@ -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 +``` |
