Skip to content

vldanch/ansible-deploy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Web app back docker build:

docker build -t vldanch/kubia .

Install docker to remote hosts:

ansible-playbook -i hosts playbook.yml --tags docker-install -kK

Install docker apps to remote host:

ansible-playbook -i hosts playbook.yml --tags apps-install -kK

Checking the container from the host:

curl localhost:8080

Output of the coneiners id: 
You've hit 3de9d62c875c

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published