Files
ansible-pull/Integration_in_proxmox.md
2026-03-21 11:07:19 +00:00

13 lines
349 B
Markdown

# Integration der cloud-init in Proxmox Infrastruktur und Ansible Skripte
Zieldatei `/var/lib/vz/snippets/user-data.yaml` 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,
```