Add consul and name the agent
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
datacenter = "jaglan-beta"
|
||||
data_dir = "/opt/consul"
|
||||
encrypt = "5L5cOnGhQ63EUMqPtn4tYDb1XafmmbQx2n6WqPkqeFs=" # This is a secret that should be generated with `consul keygen`
|
||||
retry_join = ["jaglan-beta-m01", "jaglan-beta-m42"]
|
||||
server = true
|
||||
@@ -0,0 +1,13 @@
|
||||
[hashicorp]
|
||||
name=Hashicorp Stable - $basearch
|
||||
baseurl=https://rpm.releases.hashicorp.com/fedora/$releasever/$basearch/stable
|
||||
enabled=1
|
||||
gpgcheck=1
|
||||
gpgkey=https://rpm.releases.hashicorp.com/gpg
|
||||
|
||||
[hashicorp-test]
|
||||
name=Hashicorp Test - $basearch
|
||||
baseurl=https://rpm.releases.hashicorp.com/fedora/$releasever/$basearch/test
|
||||
enabled=0
|
||||
gpgcheck=1
|
||||
gpgkey=https://rpm.releases.hashicorp.com/gpg
|
||||
Reference in New Issue
Block a user