SHARE
TWEET
Untitled
a guest
Sep 25th, 2017
148
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
- #cloud-config
- # vim: syntax=yaml
- users:
- - name: redacted
- ssh-authorized-keys:
- - ssh-rsa asdf<snip> user@box
- sudo: ['ALL=(ALL) NOPASSWD:ALL']
- groups: sudo
- shell: /bin/bash
- - name: redacted
- ssh-authorized-keys:
- - ssh-rsa asdf<snip> user@box
- sudo: ['ALL=(ALL) NOPASSWD:ALL']
- groups: sudo
- shell: /bin/bash
- - name: redacted
- ssh-authorized-keys:
- - ssh-rsa asdf<snip> user@box
- sudo: ['ALL=(ALL) NOPASSWD:ALL']
- groups: sudo
- shell: /bin/bash
- packages: ['openbox', 'tint2', 'x2goserver', 'x2goserver-xsession', 'firefox', 'terminator', 'rdesktop']
- apt:
- preserve_sources_list: true
- sources:
- x2go:
- "ppa:x2go/stable"
RAW Paste Data
