add cyberia-cloudinit.yml to docs

This commit is contained in:
forest 2021-10-30 15:33:12 +00:00
parent d3aeea9ec6
commit 9e78e72502
1 changed files with 18 additions and 1 deletions

View File

@ -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