skip to Main Content

How to test ansible roles? – CentOS

Scenario I want to develop ansible roles. Those roles should be validated through a CI/CD process with molecule and utilize docker as driver. This validation step should include multiple Linux flavours (e.g. centos/ubuntu/debian) times the supported ansible versions. The tests…

VIEW QUESTION

How to install Ansible on CentOS8

I am trying to install ansible on CentOS 8 but no success, After searching google i did following steps yum install python3-pip pip3 install ansible but it shows following output and no ansible avaiable [root@okd1 ~]# pip3 install ansible WARNING:…

VIEW QUESTION
Back To Top
Search