mirror of
https://github.com/ceph/ceph
synced 2024-12-21 10:54:42 +00:00
11 lines
353 B
Plaintext
11 lines
353 B
Plaintext
#cloud-config
|
|
bootcmd:
|
|
- echo 'APT::Get::AllowUnauthenticated "true";' | tee /etc/apt/apt.conf.d/99disablesigs
|
|
- echo nameserver 8.8.8.8 | tee -a /etc/resolv.conf # last resort, in case the DHCP server does not provide a resolver
|
|
manage_etc_hosts: true
|
|
preserve_hostname: true
|
|
system_info:
|
|
default_user:
|
|
name: ubuntu
|
|
final_message: "READYTORUN"
|