Metadata-Version: 2.1
Name: docksible
Version: 0.3.0
Summary: Deploy and set up Docker Compose based web apps with Ansible
Author-email: "Brian St. Hilaire" <brian.st-hilaire@sanctus-tech.com>
Project-URL: Homepage, https://github.com/saint-hilaire/docksible
Project-URL: Issues, https://github.com/saint-hilaire/docksible/issues
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: Console
Classifier: Framework :: Ansible
Classifier: Programming Language :: Python :: 3
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Information Technology
Classifier: Intended Audience :: System Administrators
Classifier: License :: OSI Approved :: Apache Software License
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE.txt
Requires-Dist: ansible-core
Requires-Dist: ansible-runner
Requires-Dist: fqdn

# Docksible

## About

Docksible - Web apps in Docker containers via Ansible and super simple CLI. This is a work in progress. The following resources will likely prove useful.

* https://docs.ansible.com/ansible/latest/collections/community/docker/docker_compose_module.html
* https://docs.ansible.com/ansible/2.8/scenario_guides/guide_docker.html
