Skip to content

Instantly share code, notes, and snippets.

@codyde
Created December 4, 2018 16:01
Show Gist options
  • Save codyde/129dc1f8a444fd913c70256590a161a0 to your computer and use it in GitHub Desktop.
Save codyde/129dc1f8a444fd913c70256590a161a0 to your computer and use it in GitHub Desktop.
inputs:
username:
type: string
title: Username
resources:
web1:
type: Cloud.Machine
networks:
- name: '${Cloud_Network_1.name}'
properties:
count: 1
image: Ubuntu
constraints:
- tag: 'cloud:vsphere'
flavor: medium
cloudConfig: |
#cloud-config
runcmd:
- "echo ${input.username} ALL=(ALL) ALL'>>/etc/sudoers"
networks:
- name: '${AppNetwork.name}'
AppNetwork:
type: Cloud.Network
properties:
name: Core
networkType: existing
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment