Added consul repository
This commit is contained in:
parent
9d9b8fefd4
commit
e6454dfa6c
1 changed files with 10 additions and 1 deletions
|
@ -2,4 +2,13 @@
|
||||||
- import_role:
|
- import_role:
|
||||||
name: 'secret'
|
name: 'secret'
|
||||||
|
|
||||||
- name: Ensure repositories are setup
|
- name: APT Repository key
|
||||||
|
ansible.builtin.apt_key:
|
||||||
|
url: https://apt.releases.hashicorp.com/gpg
|
||||||
|
state: present
|
||||||
|
|
||||||
|
- name: APT Repository Configured
|
||||||
|
ansible.builtin.apt_repository:
|
||||||
|
repo: deb [arch=amd64] https://apt.releases.hashicorp.com {{ansible_lsb.codename}} main
|
||||||
|
state: present
|
||||||
|
filename: hashicorp
|
||||||
|
|
Loading…
Reference in a new issue