mirror of
https://github.com/quamotion/dotnet-packaging.git
synced 2026-02-14 21:32:52 +00:00
17 lines
418 B
YAML
17 lines
418 B
YAML
---
|
|
galaxy_info:
|
|
role_name: framework_dependent_app
|
|
namespace: qmfrederik
|
|
author: Frederik Carlier
|
|
description: |
|
|
Ansible Role to deploy a framework-dependent app created with dotnet deb or dotnet rpm
|
|
to a machine. Used to test dotnet deb and dotnet rpm.
|
|
license: MIT
|
|
min_ansible_version: 1.2
|
|
galaxy_tags: []
|
|
platforms:
|
|
- name: Debian
|
|
- name: Ubuntu
|
|
- name: CentOS
|
|
dependencies: []
|