From 9e78e72502a22d1bda3ef4840e1ac5bf573d4785 Mon Sep 17 00:00:00 2001 From: forest Date: Sat, 30 Oct 2021 15:33:12 +0000 Subject: [PATCH] add cyberia-cloudinit.yml to docs --- docs/deployment.md | 19 ++++++++++++++++++- 1 file changed, 18 insertions(+), 1 deletion(-) diff --git a/docs/deployment.md b/docs/deployment.md index e564d78..a5e99b7 100644 --- a/docs/deployment.md +++ b/docs/deployment.md @@ -15,7 +15,24 @@ sudo wget https://cloud.debian.org/images/cloud/buster/20201023-432/debian-10-ge ``` TODO: network set-up -TODO: cyberia-cloudinit.yml + + +## cyberia-cloudinit.yml + +The create vm shell script depends on this file. I think right now its file path is hard-coded to `/tank/config/cyberia-cloudinit.yml` + +``` +#cloud-config +preserve_hostname: true +users: + - name: cyberian + groups: wheel + lock_passwd: true + shell: /bin/bash + sudo: ['ALL=(ALL) NOPASSWD:ALL'] + ssh-authorized_keys: +``` + ## Deploying capsul-flask