We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 335c8db commit cf820daCopy full SHA for cf820da
test/meta-data
@@ -0,0 +1 @@
1
+local-hostname: this-is-a-test
test/user-data
@@ -0,0 +1,13 @@
+#cloud-config
2
+groups:
3
+- staff
4
+users:
5
+- create_groups: false
6
+ groups: staff
7
+ lock_passwd: true
8
+ name: docker
9
+ no_user_group: true
10
+ ssh_authorized_keys:
11
+ - |
12
+ ssh-rsa blahblahblah
13
+ sudo: ALL=(ALL) NOPASSWD:ALL
0 commit comments