shriya-mulay / AnsibleContainerManagement

Another way to manage containers using Ansible Automation tool

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

AnsibleContainerManagement

To invoke the containers on local system , you have to run docker.py which is a dynamic inventory for ansible to fetch docker containers dynamically.

chmod +x docker.py

./docker.py

You can use ansible commnads to see more sorted output

ansible-inventory -i docker.py --list

About

Another way to manage containers using Ansible Automation tool


Languages

Language:Python 100.0%