|
|
|
|
@ -40,8 +40,7 @@ Install Role
|
|
|
|
|
Create a yaml file with the following content.
|
|
|
|
|
```yml
|
|
|
|
|
---
|
|
|
|
|
- src: "git+https://gitlab.mss.com/ANDSAS/ops/ansible/\
|
|
|
|
|
third_party_apt_repo_ansible_role.git"
|
|
|
|
|
- src: git+https://git.shnee.net/shnee/third_party_apt_repo_ansible_role.git
|
|
|
|
|
name: third_party_apt_repo
|
|
|
|
|
version: master
|
|
|
|
|
```
|
|
|
|
|
@ -56,7 +55,7 @@ Example Playbook
|
|
|
|
|
|
|
|
|
|
```yml
|
|
|
|
|
- roles:
|
|
|
|
|
- role: install_via_3rd_party_apt_repo
|
|
|
|
|
- role: third_party_apt_repo
|
|
|
|
|
third_party_repo: |
|
|
|
|
|
deb [arch=amd64] https://apt.releases.hashicorp.com focal main
|
|
|
|
|
third_party_repo_key_url: https://apt.releases.hashicorp.com/gpg
|
|
|
|
|
|