Created
February 17, 2016 07:32
-
-
Save aaronmyatt/a11030a71f357dd5097f to your computer and use it in GitHub Desktop.
Ansible meets Vagrant meets Ionic
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
--- | |
- | |
hosts: ionic-vagrant | |
name: "Ionic meets vagrant" | |
roles: | |
- martinmicunda.common | |
- martinmicunda.nodejs | |
- martinmicunda.ionic | |
- williamyeh.oracle-java | |
- nickp666.android-sdk | |
- arkonoll-selenium | |
sudo: true | |
vars: | |
android_sdk_download_location: "http://dl.google.com/android/android-sdk_r24.1.2-linux.tgz" | |
android_sdk_install_location: /home/vagrant/android-sdk-linux | |
android_sdks_to_install: "platform-tool,build-tools-21.1.2,build-tools-20.0.0,build-tools-19.1.0,android-21,android-20,android-19" | |
java-version: 7 | |
ubuntu_dependency_packages: | |
- libncurses5 | |
- libstdc++6 | |
- zlib1g | |
- imagemagick | |
- expect | |
- gradle | |
- ant | |
- ccache | |
- autoconf | |
- automake | |
- ant | |
- ccache | |
- python-dev | |
- zlibc | |
... |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment