how to install ansible on ubuntu virtual box machine under one minute make sure you installed python

preview_player
Показать описание
INSTALLATION SCRIPT:
#! /bin/bash

sudo apt-add-repository ppa:ansible/ansible -y

sudo apt update -y

sudo apt install ansible -y
Рекомендации по теме
Комментарии
Автор

ANSIBLE.SH SCRIPT BELOW:
#! /bin/bash

sudo apt-add-repository ppa:ansible/ansible -y

sudo apt update -y

sudo apt install ansible -y

pauliedevops
Автор

Hi bro can you please make a video on indentation & explain the writing/structure of Ansible in a simple manner & in layman's terms, like when & where to add spaces, hyphens, what is variables, etc it's a bit confusing ... please it's a request, do reply

vinvvinv
join shbcf.ru