1
2
3
4
5
6
7
8
9
10
11
12
13 | runcmd:
- /bin/mkdir -p /data
- echo '/dev/vdb /data xfs defaults,noatime 0 0' >> /etc/fstab
- mount -a
manage_resolv_conf: true
resolv_conf:
nameservers:
- '8.8.8.8'
- '8.8.4.4'
hostname: heaven.domain.ocm
local-hostname: heaven.domain.com
|