From a66e16dfb704f2e2ef0763f40e52b764a2365574 Mon Sep 17 00:00:00 2001 From: Arya Kiran Date: Thu, 11 Apr 2024 13:25:19 +0530 Subject: [PATCH] add goaccess official debian repo --- all/playbook.yaml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/all/playbook.yaml b/all/playbook.yaml index 65800d4..b38d4d9 100644 --- a/all/playbook.yaml +++ b/all/playbook.yaml @@ -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: