Delete apps/roles/superset/Template directory

This commit is contained in:
qiaofeng1227 2022-07-21 17:05:01 +08:00 committed by GitHub
parent 86dbb81fba
commit 5e08b37f71
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
13 changed files with 0 additions and 55 deletions

View file

@ -1,18 +0,0 @@
# 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

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

View file

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

View file

@ -1,21 +0,0 @@
---
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

@ -1,10 +0,0 @@
- name: Install {{appname}}
include_tasks: tasks/install.yml
vars:
app: "Template"
- name: wait for {{appname}} start
wait_for:
port: "{{nginx_reverse_proxy_port}}"
delay: 10
timeout: 120

View file

@ -1 +0,0 @@

View file

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