add goaccess official debian repo

This commit is contained in:
Arya 2024-04-11 13:25:19 +05:30
parent 0609f9768d
commit a66e16dfb7
Signed by: arya
GPG Key ID: 842D12BDA50DF120
1 changed files with 9 additions and 0 deletions

View File

@ -24,6 +24,15 @@
ansible.builtin.apt_repository:
repo: deb [signed-by=/usr/share/keyrings/knot.gpg] https://deb.knot-dns.cz/knot-latest/ bookworm main
state: present
- name: Get GoAccess GPG keys
ansible.builtin.get_url:
url: https://deb.goaccess.io/gnupg.key
dest: /usr/share/keyrings/goaccess.gpg
mode: '0644'
- name: Enable goaccess repo
ansible.builtin.apt_repository:
repo: deb [signed-by=/usr/share/keyrings/goaccess.gpg arch=amd64] https://deb.goaccess.io/ bookworm main
state: present
- name: Install Required Programs / APT
ansible.builtin.apt:
name: