/Dell-startup-ansible

Startup Ansible Environment

Primary LanguageShell

Dell OS10 Ansible Environment

Moving to collections:

This has been built to simplify and speed up your very first Ansible OS10 project TESTED with Ansible 2.10+ Role and Collections

Prerequisites:

Description:

Run the ./initialize.sh script on your Ubuntu.
It will install this repository and all software dependencies needed for a Ansible Control Node. It will create folder structure for a very basic Config_host name Ansible Playbook. It will clone the official Ansible Dell Networking repository (Full L3 BGP Fabric and EVPN Fabric)

Run the commands:


sudo apt update

sudo apt install git

git clone https://github.com/val3r1o/Dell-startup-ansible.git

cd Dell-startup-ansible

sudo chmod 755 initialize.sh

./initialize.sh

Now, you are ready to go, test ansible runnig first basic Ansible command.

ansible-playbook -i inventory command-show.yml