Ansible For Network Engineers. Part 1. Installation.

Опубликовано: 03 Октябрь 2024
на канале: Network Bright
1,325
136

Part 1 of Ansible For Network Engineers. Installation of Ansible and Python3.

Commands used in the video.

sudo apt-get update
sudo apt-get -y upgrade
python3 -V
cd /usr/bin
sudo ln -sf ./python3 ./python
sudo apt-get install -y python3-pip
sudo pip3 install --upgrade pip
sudo apt-get install build-essential libssl-dev libffi-dev python-dev -y
sudo apt-get install selinux-utils
sudo apt-get install -y policycoreutils
sudo apt-get install selinux-basics
sudo setenforce 0


Ansible Installation Commands

sudo apt-get update
sudo apt-get install software-properties-common
sudo apt-get update
sudo -H pip install ansible

Validation Commands

ansible --version
ansible -m ping localhost

Buy me a coffee.

https://ko-fi.com/stevepaynter#