cd ~/
mkdir myenv-python312 && cd myenv-python312
pyenv local 3.12.3
python -m venv venvjuno312
source venvjuno312/bin/activate
--- | |
- name: Reproduce Ansible-core 2.19 direct-exec error | |
hosts: ios | |
gather_facts: false | |
vars: | |
ansible_connection: ansible.netcommon.network_cli | |
ansible_network_os: cisco.ios.ios | |
ansible_become_method: enable | |
import_modules: true # triggers direct execution mode | |
tasks: |
Running sanity test "action-plugin-docs" | |
Running sanity test "ansible-doc" | |
Running sanity test "changelog" | |
Running sanity test "compile" on Python 3.12 | |
Running sanity test "empty-init" | |
Running sanity test "ignores" | |
Running sanity test "import" on Python 3.12 | |
Running sanity test "line-endings" | |
Running sanity test "no-assert" | |
Running sanity test "no-get-exception" |
To streamline network operations and accelerate incident response, we have developed a validated Ansible content collection that automates routine health-checks on network devices. This collection provides modular roles designed to gather critical health information across multiple network platforms (Cisco IOS-XR, IOS-XE, NX-OS, and Arista EOS).
Monitors CPU utilization across devices, ensuring resources are optimized and identifying potential performance bottlenecks proactively.
module: ios_vrf_address_family | |
short_description: Resource module to configure VRF definitions. | |
description: This module provides declarative management of VRF definitions on Cisco IOS. | |
version_added: 7.0.0 | |
author: Ruchi Pakhle (@Ruchip16) | |
notes: | |
- Tested against Cisco IOSXE version 17.3 on CML. | |
- This module works with connection C(network_cli). | |
See U(https://docs.ansible.com/ansible/latest/network/user_guide/platform_ios.html) | |
options: |
module: ios_vrf_global | |
short_description: Resource module to configure VRF definitions. | |
description: This module provides declarative management of VRF definitions on Cisco IOS. | |
version_added: 7.0.0 | |
author: Ruchi Pakhle (@Ruchip16) | |
notes: | |
- Tested against Cisco IOSXE version 17.3 on CML. | |
- This module works with connection C(network_cli). | |
See U(https://docs.ansible.com/ansible/latest/network/user_guide/platform_ios.html) | |
options: |
module: ios_vrf_global | |
short_description: Resource module to configure VRF definitions. | |
description: This module provides declarative management of VRF definitions on Cisco IOS. | |
version_added: 7.0.0 | |
author: Ruchi Pakhle (@Ruchip16) | |
notes: | |
- Tested against Cisco IOSXE version 17.3 on CML. | |
- This module works with connection C(network_cli). | |
See U(https://docs.ansible.com/ansible/latest/network/user_guide/platform_ios.html) | |
options: |
1 March 2022 - Attended the working examples group meeting and met the mentors of open-horizon
2-3 March 2022 - Started to study the open horizon architecture closely
4 March 2022 - Went through Youtube playlists shared by Glen during the meeting to get acquainted with open-horizon
5 March 2022 - Started to setup the example repo locally and execute the mgmt-hub command
6 March 2022 - First 1:1 meet with Troy
<div class="container"> | |
<header> | |
<img src="https://cdn.mos.cms.futurecdn.net/8gzcr6RpGStvZFA2qRt4v6.jpg" alt="" class="logo" alt="" class="logo"> | |
<div class="input-group mb-3"> | |
<input type="text" name="search" placeholder="Search your query" class="form-control" aria-label="Username"> | |
</div> | |
</header> | |
<!-- <section id="video"> |
- I got accepted into Microsoft learn Student Ambassador program & that was the best thing ever happened to me at the very start of this year. Doodles 🎉
- Being the first Microsoft Learn Student Ambassador on my campus I made sure to spread the word about this amazing community in my college by organizing events and hence created an inclusive Whatsapp group for 100+ people to discuss and share any doubts or anything which can benefit them greatly in their career related to tech.
- Started building my personal brand on Twitter with 650+ audience with a motive to learn in public, network & interact with the MLSA Community around the globe and with fellow gold ambassadors - Link
- Got accepted as a Mentee at GirlScript Summer of Code and contributed to Manthan, HotelonTouch, and Neo-Algo Docs, among the 20 repositories.