Integration_in_proxmox.md hinzugefügt
This commit is contained in:
13
Integration_in_proxmox.md
Normal file
13
Integration_in_proxmox.md
Normal file
@@ -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,
|
||||||
|
```
|
||||||
Reference in New Issue
Block a user