wrote some stuww

This commit is contained in:
icecrown
2025-01-31 02:12:09 +01:00
parent 7ee53418fd
commit ff01f03e11
7 changed files with 66 additions and 11 deletions

View File

@@ -10,6 +10,9 @@
%
\acro{1P}[1P]{1Password}
\acro{API}[API]{Application Programmer Interface}
\acro{CLI}[CLI]{Command Line Interface}
\acro{GAU}[GAU]{Größter Anzunehmender Unfall}
\acro{GUI}[GUI]{Graphical User Interface}
\acro{MASA}[MASA]{Medienagenten Secret Authority}
\acro{YAML}[YAML]{Yet Another Markup Language}
%\acroplural{CMS}[CMSe]{Content Management Systeme}

View File

@@ -5,8 +5,8 @@
\chapter{Glossar}
\begin{description}
\item [(1P-)Eintrag] \hfill \\
Eine Gruppierung an Daten, die einen Login ermögliche. Z.B. $(\text{Nutzername},\text{Passwort})$. Eine solche Struktur kann bein \ac{1P} aus beliebig vielen Schlüsselwertpaaren bestehen.
\item [(1P-)Eintrag/Secret] \hfill \\
Eine Gruppierung an Daten, die einen Login ermögliche. Z.B. $(\text{Nutzername},\text{Passwort})$. Eine solche Struktur kann bein \ac{1P} aus beliebig vielen Schlüsselwertpaaren bestehen. Wird in dieser Ausarbeitung synonym zu 'Secret' verwendet.
\item [(1P-)Vault] \hfill \\
Eine Kollektion an Secret-Einträgen in einem Passwort-Manager (1Password).
\item [Ansible-Playbook/s] \hfill \\

View File

@@ -33,3 +33,11 @@
year = {2025},
note = {Zugriff: Januar 2025}
}
@misc{bib:ansible-docs-python-module,
author = {{Red Hat, Inc.}},
howpublished = "\url{https://cn-ansibledoc.readthedocs.io/zh-cn/latest/dev_guide/developing_modules_general.html}",
title = {{ Ansible module development: getting started }},
year = {2019},
note = {Zugriff: Januar 2025}
}