bundles/apt: rework gpg key handling
This commit is contained in:
parent
54371cf289
commit
ad620396f5
15 changed files with 214 additions and 178 deletions
|
@ -40,10 +40,26 @@ nodes['htz.ex42-1048908'] = {
|
|||
},
|
||||
'repos': {
|
||||
'buster-backports': {
|
||||
'install_gpg_key': False, # default debian signing key
|
||||
'items': [
|
||||
'deb http://deb.debian.org/debian buster-backports main',
|
||||
],
|
||||
},
|
||||
'miniflux': {
|
||||
'items': {
|
||||
'deb https://apt.miniflux.app/ /',
|
||||
},
|
||||
},
|
||||
'rspamd': {
|
||||
'items': {
|
||||
'deb [arch=amd64] http://rspamd.com/apt-stable/ buster main',
|
||||
},
|
||||
},
|
||||
'weechat': {
|
||||
'items': {
|
||||
'deb https://weechat.org/debian buster main',
|
||||
},
|
||||
},
|
||||
},
|
||||
},
|
||||
'letsencrypt': {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue