Created
October 28, 2016 15:03
-
-
Save chexov/1f54f103c93c0f33d0f78ca384c68e84 to your computer and use it in GitHub Desktop.
ubuntu-teamcity-server cloud-init
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#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