jeff / CloudConfig Example
1 Favoriten
0 Forks
2 Dateien
Zuletzt aktiv
Sample CloudConfig for my XCP-ng Ubuntu-images.
1 | #cloud-config |
2 | |
3 | hostname: {name} |
4 | |
5 | # add host to the /etc/hosts |
6 | manage_etc_hosts: true |
7 | |
8 | # don't disable the root user |
9 | disable_root: false |
Neuer
Älter