Some checks failed
Code Quality & Security Scan / TFLint (push) Failing after 1m11s
Code Quality & Security Scan / Tfsec Security Scan (push) Has been skipped
Code Quality & Security Scan / Checkov Security Scan (push) Has been skipped
Code Quality & Security Scan / Terraform Validate (push) Has been skipped
Code Quality & Security Scan / SonarQube Trigger (push) Has been skipped
- Removed gitlink entries for consul_template-legacy and consul_template-org - Converted from git submodules to regular directories - Fixes: 'fatal: No url found for submodule path' error when downloading module - Required for using module with git::https:// source in parent modules
21 lines
416 B
YAML
21 lines
416 B
YAML
#SPDX-License-Identifier: BSD-3-Clause
|
|
galaxy_info:
|
|
author: Patrick De Ruiter
|
|
description: An Ansible role to install and configure consul-template, fetching TLS certificates from HashiCorp Vault using AppRole authentication.
|
|
company: “Benerail N.V.”
|
|
|
|
license: BSD-3-Clause
|
|
|
|
min_ansible_version: 2.10
|
|
|
|
galaxy_tags:
|
|
- vault
|
|
- consul
|
|
- consultemplate
|
|
- tls
|
|
- certificates
|
|
- security
|
|
- automation
|
|
|
|
dependencies: []
|