Nautobot serves as both a Network Source of Truth and a Network Automation Platform, built on the Django Python framework and supporting PostgreSQL or MySQL databases. It aims to establish a flexible and definitive source for networking information, utilizing core data models to represent the intended state of network infrastructure. These models cover a variety … continue reading
Salt is an event-driven automation tool and framework built in Python to deploy, configure, and manage complex IT systems. This open-source project can be used to automate common infrastructure administration tasks and be sure that all parts of the users infrastructure are operating correctly. Salt can also be used to manage operating system deployment and … continue reading
Checkov is a static code analysis tool for infrastructure-as-code that scans cloud infrastructure provisioned using Terraform, Terraform plan, Cloudformation, Kubernetes, Dockerfile, Serverless, or ARM Templates. It detects security and compliance misconfigurations using graph-based scanning. The open-source project also powers Bridgecrew, which is platform for codifying and streamlining cloud security throughout the development life cycle. Checkov … continue reading
Apache Libcloud is a Python library for interacting with many of the popular cloud service providers using a unified API. It helps users avoid vendor lock-in, uses the same API to talk to many different providers, has more than 30 supported providers total, and contains six main APIs. Libcloud supports Python version 3.5 and onwards. … continue reading