Questions tagged [n3dr]
2 questions
6
votes
1 answer
How to upgrade snap packages using Ansible?
The aim is to upgrade snap packages, e.g. n3dr and informado, using Ansible. The following task has been created:
- name: Install various snap packages
snap:
name:
- informado
- n3dr
Attempts to solve the issue
The following…

030
- 5,901
- 13
- 68
- 110
-1
votes
1 answer
How to generate a dummy GPG key by running a script for testing purposes?
I would like to create a GPG key for testing Nexus3 and N3DR. When I follow instructions like these, a key gets created and it could be used in the Continuous Integration (CI) as well. The question is how to create such a key while running a script.…

030
- 5,901
- 13
- 68
- 110