-
Notifications
You must be signed in to change notification settings - Fork 22
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Norman Ziegner <[email protected]>
- Loading branch information
Norman Ziegner
committed
Mar 1, 2024
1 parent
d64743d
commit fc86b75
Showing
1 changed file
with
40 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,40 @@ | ||
# SPDX-FileCopyrightText: 2024 Helmholtz Centre for Environmental Research (UFZ) | ||
# SPDX-FileCopyrightText: 2024 Helmholtz-Zentrum Dresden - Rossendorf (HZDR) | ||
|
||
# SPDX-License-Identifier: GPL-2.0-or-later | ||
|
||
cff-version: '1.2.0' | ||
title: 'hifis.unattended_upgrades Ansible role' | ||
message: >- | ||
"If you use this Ansible role, please cite it as | ||
below." | ||
abstract: >- | ||
Ansible role to install and setup unattended-upgrades for | ||
Ubuntu and Debian, to periodically install security upgrades. | ||
type: 'software' | ||
authors: | ||
- given-names: 'Norman' | ||
family-names: 'Ziegner' | ||
email: '[email protected]' | ||
affiliation: >- | ||
Helmholtz Centre for Environmental Research | ||
GmbH - UFZ | ||
orcid: 'https://orcid.org/0000-0001-7579-216X' | ||
- given-names: 'Tobias' | ||
family-names: 'Huste' | ||
email: '[email protected]' | ||
affiliation: >- | ||
Helmholtz-Zentrum Dresden-Rossendorf e. V. | ||
(HZDR) | ||
orcid: 'https://orcid.org/0000-0002-5590-7473' | ||
- given-names: 'Christian' | ||
family-names: 'Hüser' | ||
email: '[email protected]' | ||
affiliation: >- | ||
Helmholtz-Zentrum Dresden-Rossendorf e. V. | ||
(HZDR) | ||
orcid: 'https://orcid.org/0000-0002-5028-6663' | ||
repository-code: 'https://github.com/hifis-net/ansible-role-unattended-upgrades' | ||
repository-artifact: 'https://galaxy.ansible.com/hifis/unattended_upgrades' | ||
version: 'v3.3.0' | ||
date-released: '2024-03-01' |