Skip to content

Instantly share code, notes, and snippets.

@chexov
Created October 28, 2016 15:03
Show Gist options
  • Save chexov/1f54f103c93c0f33d0f78ca384c68e84 to your computer and use it in GitHub Desktop.
Save chexov/1f54f103c93c0f33d0f78ca384c68e84 to your computer and use it in GitHub Desktop.
ubuntu-teamcity-server cloud-init
#cloud-config
apt_sources:
- source: "ppa:webupd8team/java"
package_upgrade: true
package_update: true
packages:
- mysql-server
- apache2-utils
- pv
- sysstat
- vim
- build-essential
- nfs-common
- mediainfo
- yasm
ssh_pwauth: false
runcmd:
- 'echo oracle-java8-installer shared/accepted-oracle-license-v1-1 select true | /usr/bin/debconf-set-selections'
- apt-get install -y oracle-java8-set-default
- touch /ready.txt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment