ansible-core from home:buluma project

Seleccione o seu sistema operativo

Para CentOS 9 Stream execute o seguinte como root:
cd /etc/yum.repos.d/
wget https://download.opensuse.org/repositories/home:buluma/CentOS_9_Stream/home:buluma.repo
yum install ansible-core
Para Debian Testing execute o seguinte:
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-core
Para Debian 11 execute o seguinte:
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-core
Para Debian 10 execute o seguinte:
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-core
Para Fedora Rawhide execute o seguinte como root:
dnf config-manager --add-repo https://download.opensuse.org/repositories/home:buluma/Fedora_Rawhide/home:buluma.repo
dnf install ansible-core
Para xUbuntu 22.10 execute o seguinte:
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-core
Para xUbuntu 22.04 execute o seguinte:
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-core
Para xUbuntu 20.04 execute o seguinte:
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-core