CCNA Bangla Tutorial-17: Bangla ccna automation and programmability

preview_player
Показать описание
Bangla ccna automation and programmability
Рекомендации по теме
Комментарии
Автор

Script
#INSTALL
sudo apt update
sudo apt install software-properties-common
sudo apt-add-repository ppa:ansible/ansible
sudo apt-get update
sudo apt-get install ansible -y



#INVENTORY
sudo nano /etc/ansible/hosts
[linuxhosts]
ubuntu
mint

#pb.yml
---
- name: Get stats and write to desktop
hosts: linuxhosts
tasks:
- name: get system status and info
shell: uname -a >
- name: print my username
shell: whoami >>

titassarker
visit shbcf.ru