Ansible
pyinfra
Ansible | pyinfra | |
---|---|---|
403 | 31 | |
63,113 | 3,933 | |
0.6% | 1.1% | |
9.8 | 9.3 | |
6 days ago | 15 days ago | |
Python | Python | |
GNU General Public License v3.0 only | MIT License |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
Ansible
-
Getting Started with Ansible: A Complete Guide to IT Automation
Ansible GitHub Repository
-
Kubernetes homelab - Learning by doing, Part 6: Automation
Ansible is an open-source tool that excels in infrastructure configuration. With an agentless architecture (no services need to be installed on the managed machines), it communicates with machines over SSH.
- Ease of maintenance is a feature
-
GitHub Repositories Every Developer Should Know: An In-Depth Guide
Visit the repository for code and examples.
-
The Simplest Data Architecture
I do believe that using containers makes a ton of sense in writing data pipelines. You can use the same image to develop and run the pipeline, preventing "it works on my machine" issues. You can test different variations of the image without having to stand up additional infrastructure or potentially breaking the workflows of others who're using the same infrastructure. Finally, knowledge of containerization is increasingly expected of all engineers, while knowledge of other tools that solve similar issues (like Vagrant or Ansible) is less common.
-
YAML: Yet Another Markup Language.
Bearing in mind that YAML is still used widely in build and testing production-level environments, it proves to be an essential tool for managing configurations and data interchange. Its readability and flexibility make it a popular choice for defining automation scripts in Ansible , where it streamlines IT task automation. Similarly, YAML's role in Github Workflows facilitates the configuration of CI/CD pipelines, making testing and deployments more efficient. The continued evolution and integration of YAML in these critical areas underscore its ongoing relevance and effectiveness in simplifying complex workflows and configurations. For me, if it works, the it is not a failure.
-
Top 10 AI Tools Useful for DevOps Engineers
2. Ansible with AI-Powered Automation
-
Top 10 Infrastructure as Code Tools
8. Ansible
-
Setting Up The Home Lab: Setting up Kubernetes Using Ansible
In my previous article I went over how to set up VMs in Proxmox VE using Terraform to deploy the VMs and Cloud-Init to provision them. In this article I'll discuss using Ansible playbooks to do further provisioning of VMs.
-
Setting Up The Home Lab: Terraform and Cloud-Init
You might notice that the Terraform template definition is pretty close in structure to the one I used in my last article. That's intentional - I set up the last one with cloud-init, but didn't do much with it. This one actually provisions the VM with cloud-init. You can also use Ansible playbooks to provision a VM, and I might talk about that in a future post, but in my next post I'm going to talk about doing something actually useful in my home infrastructure and setting up Plex.
pyinfra
-
This Week In Python
pyinfra – automates infrastructure using Python
- Pyinfra: Automate Infrastructure Using Python
-
Show HN: A new open-source automation tool as an alternative to Ansible/Salt
There is https://pyinfra.com/
As a sidenote, I also made a small experiment a while ago : https://github.com/linkdd/tricorder/
But it's a bit of a chicken-and-egg problem. Without users, I don't know how it should be used, without features I won't get any users. So for now, it's in a state of "I'll address bug reports and feature requests, but I won't actively develop it".
-
Ask HN: What Underrated Open Source Project Deserves More Recognition?
I like https://github.com/pyinfra-dev/pyinfra. "pyinfra automates infrastructure using Python"
Only played with it for a little but it seems well designed an simpler alternative to ansible, chef and other such things.
-
Interesting Uses of Ansible's ternary filter
Haven't used it in anger yet, but I have high hopes for PyInfra: https://github.com/pyinfra-dev/pyinfra
-
How to manage multiple Wagtail sites from central point
pyinfra - https://pyinfra.com/ - Pyinfra is simpler for me than Ansible. I completed the entire deployment in one afternoon, from installing and configuring the VPS server from scratch to deploying the application and automatically restoring the database from a backup.
- Pyinfra: Pyinfra automates infrastructure super fast at scale
-
How do you guys handle server automation?
I’ve replaced Ansible with PyInfra where ever possible. https://pyinfra.com/ is very clean, and fast but lacks the shear amount of automation that can be found with Ansible.
-
What Ansible is capable to do that Python doesn't?
Some folks don't like YAML all that well, and I can understand where they are coming from. I wish Ansible provided a good Python API so that playbooks could be written in Python easier. But there is a project called PyInfra that is trying to do something similiar to Ansible, using Python as the configuration language. https://pyinfra.com/ It is still pretty new so not got nearly as many modules written for it yet.
- Pyinfra automates infrastructure super fast at scale
What are some alternatives?
Cloud-Init - unofficial mirror of Ubuntu's cloud-init
Fabric - Simple, Pythonic remote execution and deployment.
Home Manager using Nix - Manage a user environment using Nix [maintainer=@rycee]
psutil - Cross-platform lib for process and system monitoring in Python
Docker Compose - Define and run multi-container applications with Docker
cloudinit - Official upstream for the cloud-init: cloud instance initialization
letsencrypt - Certbot is EFF's tool to obtain certs from Let's Encrypt and (optionally) auto-enable HTTPS on your server. It can also act as a client for any other CA that uses the ACME protocol.
GNU Stow - GNU Stow - mirror of savannah git repository occasionally with more bleeding-edge branches
SaltStack - Software to automate the management and configuration of any infrastructure or application at scale. Install Salt from the Salt package repositories here:
(R)?ex - Rex, the friendly automation framework
fabric - Hyperledger Fabric is an enterprise-grade permissioned distributed ledger framework for developing solutions and applications. Its modular and versatile design satisfies a broad range of industry use cases. It offers a unique approach to consensus that enables performance at scale while preserving privacy.