new vendor

This commit is contained in:
qiaofeng1227 2023-03-12 02:55:18 +00:00 committed by github-actions[bot]
parent cca9a84276
commit 9fd1b940d1
14 changed files with 50 additions and 1 deletions

View file

@ -1 +1 @@
apitable

View file

@ -0,0 +1,18 @@
# CHANGELOG
## To do
1. 可视化管理工具
2. AmazonLinux支持
## Logs
### Bug Fixes
* 2020-02-14 redis-version版本输出
* 2020-02-13 redis-version版本输出
### Features
* 2020-02-14 增加GUI工具
* 2020-02-13 增加2.8版本

View file

View file

@ -0,0 +1 @@
# Template for create application

View file

View file

View file

@ -0,0 +1,3 @@
- name: check_rabbitmq_service
debug:
var: check_rabbitmq_service.stdout

View file

@ -0,0 +1,21 @@
---
dependencies: []
allow_duplicates: true
galaxy_info:
author:
description:
company:
license:
min_ansible_version:
platforms:
- name: EL
versions:
- 7
- name: Ubuntu
versions:
- 18.04
galaxy_tags:

View file

View file

View file

@ -0,0 +1,4 @@
- name: Install {{appname}}
include_tasks: tasks/install.yml
vars:
app: "Template"

View file

@ -0,0 +1 @@

View file

@ -0,0 +1 @@
nginx_reverse_proxy_port: "9001"