mirror of
https://github.com/funkypenguin/geek-cookbook/
synced 2025-12-13 17:56:26 +00:00
Add OpenVPN reference
This commit is contained in:
14
examples/scripts/cloud-config-ubuntu-snappy.txt
Normal file
14
examples/scripts/cloud-config-ubuntu-snappy.txt
Normal file
@@ -0,0 +1,14 @@
|
||||
#cloud-config
|
||||
snappy:
|
||||
ssh_enabled: True
|
||||
packages:
|
||||
– docker
|
||||
|
||||
# Add users to the system. Users are added after groups are added.
|
||||
users:
|
||||
- name: davidy
|
||||
sudo: ALL=(ALL) NOPASSWD:ALL
|
||||
ssh-authorized-keys:
|
||||
- ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIFkmE2zK7uE9q75nzQxa9tQPHiCgaEUkIDj9xdoPL911 davidy@funkypenguin.co.nz
|
||||
runcmd:
|
||||
- /usr/bin/snap refresh
|
||||
Reference in New Issue
Block a user