ceph/tasks/buildpackages/debian-8.0-user-data.txt
Loic Dachary 86619401ab buildpackages: add debian 8.0 support
Signed-off-by: Loic Dachary <loic@dachary.org>
2016-03-31 14:49:25 +02:00

13 lines
417 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
runcmd:
- echo 'ubuntu ALL=(ALL) NOPASSWD:ALL' >> /etc/sudoers
final_message: "READYTORUN"