From cc711cdff64d88aac7cc119c23cfd53e62801cdc Mon Sep 17 00:00:00 2001 From: StefanMewes Date: Sat, 21 Mar 2026 10:52:58 +0000 Subject: [PATCH] =?UTF-8?q?Integration=5Fin=5Fproxmox.md=20hinzugef=C3=BCg?= =?UTF-8?q?t?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Integration_in_proxmox.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 Integration_in_proxmox.md diff --git a/Integration_in_proxmox.md b/Integration_in_proxmox.md new file mode 100644 index 0000000..3074a73 --- /dev/null +++ b/Integration_in_proxmox.md @@ -0,0 +1,13 @@ +# Integration der cloud-init in Proxmox Infrastruktur und Ansible Skripte + +Zieldatei `/var/lib/vz/snippets/user-data.yml` auf `pve-ha-1.proxmox.homelab` +``` +#cloud-config +package_update: true +packages: + - ansible + - git + +runcmd: + - ansible-pull -U https://git.nauheimtech.de/StefanMewes/ansible-pull.git playbooks/bootstrap.yml -i localhost, +``` \ No newline at end of file