DevopsVlogger / ansible-web-app-role-demo

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ansible-web-app-role-demo

This repository is to demonstrate how we can create Ansible role to deploy a very simple web application.

Used following docker image to provision target docker host where we are going to deploy our application -->

docker run -it -d rakeshrhcss/ubuntu-ssh-enabled

Run following command to deploy the application on a Docker host -->

ansible-playbook site.yml -i inventory

About


Languages

Language:Python 100.0%