--- galaxy_info: author: 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 }}"