KAMI911/ansible-role-java-open-jdk11

View on GitHub
molecule/default/.molecule/ansible_inventory.yml

Summary

Maintainability
Test Coverage
# Molecule managed

---
all:
  hosts:
    java-centos6-11-jdk: &id001
      ansible_connection: docker
    java-centos7-11-jdk: &id002
      ansible_connection: docker
jdk:
  hosts:
    java-centos6-11-jdk: *id001
    java-centos7-11-jdk: *id002
ungrouped:
  vars: {}