ksm2 / ansible-playground

A playground to experiment with Ansible

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Ansible + Docker + Kotlin

This repository demonstrates how to setup a JRE and run a Kotlin application inside a Docker container.

  1. Compile the code

    mvn clean package
  2. Build and run the Docker image

    docker compose up -d
  3. Run the Ansible Playbook

    ansible-playbook playbooks/playbook.yml

About

A playground to experiment with Ansible


Languages

Language:Kotlin 62.4%Language:Jinja 37.6%