Last active
June 29, 2016 04:05
-
-
Save ragingbal/276fd5f4b0892600b7228739a7124807 to your computer and use it in GitHub Desktop.
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
| --- | |
| # This playbook deploys a base installation of Oracle Java 8 | |
| - hosts: bal_ansible_exoscale | |
| remote_user: ubuntu | |
| become: yes | |
| roles: | |
| - java8 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment