skip to Main Content

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

Variable in a variable Ansible – CentOS

I'm trying to use a variable in a variable. I have one JSON variable : os: { "centos_7_5": { offer: "CentOS", publisher: "OpenLogic", sku: "7.5", version: "latest" }, "debian_9": { offer: "Debian", publisher: "credativ", sku: "9", version: "latest" } }…

VIEW QUESTION
Back To Top
Search