Browse Source

commit test directory

main
Andy Cobaugh 4 years ago
parent
commit
cf820da830
  1. 1
      test/meta-data
  2. 13
      test/user-data

1
test/meta-data

@ -0,0 +1 @@
local-hostname: this-is-a-test

13
test/user-data

@ -0,0 +1,13 @@
#cloud-config
groups:
- staff
users:
- create_groups: false
groups: staff
lock_passwd: true
name: docker
no_user_group: true
ssh_authorized_keys:
- |
ssh-rsa blahblahblah
sudo: ALL=(ALL) NOPASSWD:ALL
Loading…
Cancel
Save