initial commit
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
---
|
||||
galaxy_info:
|
||||
author: <your_name>
|
||||
description: Deploy influxdb with Docker Compose
|
||||
license: MIT
|
||||
|
||||
dependencies:
|
||||
- role: patrickj.docker_apps.docker_compose_app
|
||||
vars:
|
||||
app_role_name: influxdb
|
||||
app_subdirectories:
|
||||
- "{{ influxdb_data_path }}"
|
||||
- "{{ influxdb_config_path }}"
|
||||
app_backup_subdirectories:
|
||||
- "{{ influxdb_data_path }}"
|
||||
- "{{ influxdb_config_path }}"
|
||||
Reference in New Issue
Block a user