jeff / CloudConfig Example

1 curtidas
0 bifurcações
2 arquivos
Última atividade 1731696445
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
Próximo Anterior