jeff / CloudConfig Example
1 likes
0 forks
2 files
Last active 1 year ago
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 |
Newer
Older