ansible-lint from home:buluma project

Wählen Sie ihr Betriebssystem

Führen Sie für CentOS 9 Stream das Folgende als root aus:
cd /etc/yum.repos.d/
wget https://download.opensuse.org/repositories/home:buluma/CentOS_9_Stream/home:buluma.repo
yum install ansible-lint

Pakete für CentOS 9 Stream:

Führen Sie für Debian Testing folgendes aus:
Keep in mind that the owner of the key may distribute updates, packages and repositories that your system will trust (more information).
echo 'deb http://download.opensuse.org/repositories/home:/buluma/Debian_Testing/ /' | sudo tee /etc/apt/sources.list.d/home:buluma.list
curl -fsSL https://download.opensuse.org/repositories/home:buluma/Debian_Testing/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_buluma.gpg > /dev/null
sudo apt update
sudo apt install ansible-lint
Führen Sie für Debian 11 folgendes aus:
Keep in mind that the owner of the key may distribute updates, packages and repositories that your system will trust (more information).
echo 'deb http://download.opensuse.org/repositories/home:/buluma/Debian_11/ /' | sudo tee /etc/apt/sources.list.d/home:buluma.list
curl -fsSL https://download.opensuse.org/repositories/home:buluma/Debian_11/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_buluma.gpg > /dev/null
sudo apt update
sudo apt install ansible-lint
Führen Sie für Debian 10 folgendes aus:
Keep in mind that the owner of the key may distribute updates, packages and repositories that your system will trust (more information).
echo 'deb http://download.opensuse.org/repositories/home:/buluma/Debian_10/ /' | sudo tee /etc/apt/sources.list.d/home:buluma.list
curl -fsSL https://download.opensuse.org/repositories/home:buluma/Debian_10/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_buluma.gpg > /dev/null
sudo apt update
sudo apt install ansible-lint

Pakete für Debian Testing:

Pakete für Debian 11:

Pakete für Debian 10:

Führen Sie für Fedora Rawhide das Folgende als root aus:
dnf config-manager --add-repo https://download.opensuse.org/repositories/home:buluma/Fedora_Rawhide/home:buluma.repo
dnf install ansible-lint

Pakete für Fedora Rawhide:

Führen Sie für openSUSE Leap 15.4 das Folgende als root aus:
zypper addrepo https://download.opensuse.org/repositories/home:buluma/openSUSE_Leap_15.4/home:buluma.repo
zypper refresh
zypper install ansible-lint

Pakete für openSUSE Leap 15.4:

Führen Sie für xUbuntu 22.10 folgendes aus:
Keep in mind that the owner of the key may distribute updates, packages and repositories that your system will trust (more information).
echo 'deb http://download.opensuse.org/repositories/home:/buluma/xUbuntu_22.10/ /' | sudo tee /etc/apt/sources.list.d/home:buluma.list
curl -fsSL https://download.opensuse.org/repositories/home:buluma/xUbuntu_22.10/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_buluma.gpg > /dev/null
sudo apt update
sudo apt install ansible-lint
Führen Sie für xUbuntu 22.04 folgendes aus:
Keep in mind that the owner of the key may distribute updates, packages and repositories that your system will trust (more information).
echo 'deb http://download.opensuse.org/repositories/home:/buluma/xUbuntu_22.04/ /' | sudo tee /etc/apt/sources.list.d/home:buluma.list
curl -fsSL https://download.opensuse.org/repositories/home:buluma/xUbuntu_22.04/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_buluma.gpg > /dev/null
sudo apt update
sudo apt install ansible-lint
Führen Sie für xUbuntu 20.04 folgendes aus:
Keep in mind that the owner of the key may distribute updates, packages and repositories that your system will trust (more information).
echo 'deb http://download.opensuse.org/repositories/home:/buluma/xUbuntu_20.04/ /' | sudo tee /etc/apt/sources.list.d/home:buluma.list
curl -fsSL https://download.opensuse.org/repositories/home:buluma/xUbuntu_20.04/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_buluma.gpg > /dev/null
sudo apt update
sudo apt install ansible-lint

Pakete für xUbuntu 22.10:

Pakete für xUbuntu 22.04:

Pakete für xUbuntu 20.04:

Führen Sie für Fedora 37 das Folgende als root aus:
?
Führen Sie für Fedora 36 das Folgende als root aus:
?