diff --git a/k3os1.yaml b/k3os1.yaml index fc56b8c..a1e958a 100644 --- a/k3os1.yaml +++ b/k3os1.yaml @@ -12,4 +12,18 @@ k3os: - "local-storage" ntp_servers: - 0.us.pool.ntp.org - - 1.us.pool.ntp.org \ No newline at end of file + - 1.us.pool.ntp.org +write_files: +- encoding: "" + content: |- + 3.14.3.20 etcd1 + 3.14.3.21 etcd2 + 3.14.3.22 etcd3 + 3.14.3.23 kube1 + 3.14.3.24 kube2 + 3.14.3.25 kube3 + 3.14.3.26 wg1 + 3.14.3.27 wg2 + owner: root + path: /etc/hosts + permissions: '0755'