Kapitel 01

This commit is contained in:
Sven Velt 2024-09-16 13:54:23 +02:00
parent 73806a9570
commit 19dd461843
2 changed files with 20 additions and 0 deletions

11
01/ansible.cfg Normal file
View file

@ -0,0 +1,11 @@
[defaults]
# Farben ausschalten
#nocolor = 1
[colors]
# Für dunklen Hintergrund in der Console
verbose = bright blue
debug = bright gray
error = bright red

View file

@ -0,0 +1,9 @@
# Debian-Universum
% sudo apt install python3-pip python3-cryptography python3-packaging python3-resolvelib python3-yaml
# python3-jinja2
# Alpine Linux
% sudo apk add py3-pip py3-cryptography py3-jinja2 py3-resolvelib py3-yaml
% sudo sudo pip3 install ansible