Questions tagged [n3dr]
The n3dr tag has no summary.
2 questions
-1
votes
1
answer
621
views
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 ...
6
votes
1
answer
4k
views
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
...