convert repo to ansible collection patrickj.docker_compose_app
This commit is contained in:
+18
@@ -0,0 +1,18 @@
|
||||
---
|
||||
namespace: patrickj
|
||||
name: docker_compose_app
|
||||
version: 1.0.0
|
||||
readme: README.md
|
||||
authors:
|
||||
- Patrick Jaroszewski
|
||||
description: Base Ansible role for deploying Docker Compose applications
|
||||
license:
|
||||
- MIT
|
||||
tags:
|
||||
- docker
|
||||
- compose
|
||||
- containers
|
||||
dependencies:
|
||||
"community.docker": ">=1.10.0"
|
||||
repository: https://git.jaroszew.ski/ansible/ansible-role-docker-compose-app
|
||||
issues: https://git.jaroszew.ski/ansible/ansible-role-docker-compose-app/issues
|
||||
Reference in New Issue
Block a user