mirror of
https://gitea.0xace.cc/ansible-galaxy/consul.git
synced 2025-07-01 09:23:09 +00:00
add tls basic support
This commit is contained in:
@ -4,7 +4,7 @@
|
||||
description: Hashicorp Stable - $basearch
|
||||
file: hashicorp
|
||||
baseurl: https://rpm.releases.hashicorp.com/RHEL/$releasever/$basearch/stable
|
||||
enabled: no
|
||||
enabled: yes
|
||||
gpgcheck: yes
|
||||
gpgkey: https://rpm.releases.hashicorp.com/gpg
|
||||
when: consul_install_repo
|
||||
@ -16,6 +16,7 @@
|
||||
disable_gpg_check: yes
|
||||
enablerepo: hashicorp
|
||||
update_cache: yes
|
||||
disablerepo: '*'
|
||||
register: consul_setup
|
||||
when: consul_install_repo
|
||||
|
||||
|
Reference in New Issue
Block a user