ansible-city.java
Java
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
Install
ansible-galaxy install ansible-city.javaLicense
mit
Downloads
194
Owner
