madeqosa.blogg.se

Yum ansible
Yum ansible









yum ansible yum ansible

Better use the apt module or the package module for generic package installation. For example, executing the yum module on a Debian host will result in this error. Make sure the system you are provisioning is a RPM-based system.To retry, use: -limit I found out that there are multiple possibilities why this error can occur: Using the yum module, I wanted to install the Gluster server package like so: - name: Install glusterfs-server packageīut when executing the playbook, I received the following error on executing this module: ansible-playbook install_gluster.yml I am currently toying around with GlusterFS and I am using Ansible to deploy and configure my server.











Yum ansible