ansible-city.java

Java

Master: Build Status
Develop: Build Status

This roles installs Oracle Java 7.

ansible.cfg

This role is designed to work with merge "hash_behaviour". Make sure your ansible.cfg contains these settings

[defaults]
hash_behaviour = merge

Installation and Dependencies

This role has no dependencies.

To install run ansible-galaxy install ansible-city.java or add this to your roles.yml

- src: ansible-city.java
  version: v1.0

and run ansible-galaxy install -p ./roles -r roles.yml

Tags

This role uses two tags: build and configure

  • build - Installs Oracle Java.
  • configure - Does nothing. Kept not to error when you run playbook with --tags=configure

Example Playbook

To simply install Java:

- name: Install GO CD Server
  hosts: sandbox

  roles:
    - role: ansible-cfg.java
About

Oracle Java installation role

Install
ansible-galaxy install ansible-city.java
GitHub repository
License
mit
Downloads
194