Материалы по теме 'Ansible' | DevsDay.ru

IT-блоги Материалы по теме 'Ansible'

IT-блоги Материалы по теме 'Ansible'


DevOps OpenNET 31 мая 2024 г. 18:16

После почти трёх лет разработки команда ALT Linux Team и компания Базальт СПО опубликовали "Одиннадцатую платформу ALT" (p11, кодовое имя "Salvia") - новую стабильную ветку репозиториев ALT, основанную на репозитории свободных программ Сизиф (Sisyph...... читать далее

Разработка dev.to 31 мая 2024 г. 2:03

What is ansible Ansible is an open-source IT automation tool that automates provisioning, configuration management, application deployment, orchestration, and many other IT processes. Ansible is written in Python and uses OpenSSH for transport. Han...... читать далее

ansible

Разработка dev.to 30 мая 2024 г. 17:52

DevOps is an evolving philosophy and framework that encourages faster, better application development and faster release of new or revised software features or products to customers. The practice of DevOps encourages smoother, continuous communica...... читать далее

devops aws beginners fullstack

Разработка dev.to 30 мая 2024 г. 11:11

AIAnsible: Debugging Ansible with AI for automatic commenting, error analysis, and providing suggestions for improvement. basic usage: :cn Set the language to Chinese :en Set the language to English i...... читать далее

Разработка dev.to 29 мая 2024 г. 21:24

We often take for granted that the security implications of using configuration management tools like Puppet, Chef, or Ansible are obvious, but that’s far from the truth. I would be lying if I said that I’d never deployed dangerous configuration mana...... читать далее

puppet devops security

Разработка habr.com 29 мая 2024 г. 11:23

Привет! Меня зовут Павел, я DevOps-инженер в YADRO. Где бы я ни работал, я был девопсом и использовал Ansible — где-то активнее, где-то меньше. В YADRO с этим инструментом работают почти все департаменты — от enterprise, где разрабатывают сервер...... читать далее

ansible компоненты ansible galaxy плейбуки

Разработка dev.to 28 мая 2024 г. 22:00

A DevOps Developer is a specialized professional responsible for streamlining the software development process by integrating development (Dev) and operations (Ops) practices. Here's a detailed description of the role: Software Development and Dep...... читать далее

devops developer

Разработка dev.to 25 мая 2024 г. 17:03

Containerization is a software deployment method that packages an application's code with all its dependencies (libraries, configuration files) needed to run into a standalone unit called a container. Unlike traditional virtualization, which virtual...... читать далее

webdev beginners docker devops

Разработка dev.to 25 мая 2024 г. 15:23

https://github.com/sunnycloudy/aiansible Debug Ansible, and use chatgpt or kimi AI annotations and hints to resolve errors. basic usage: :cn Set the language to Chinese :en Set the language to English i...... читать далее

Разработка dev.to 25 мая 2024 г. 13:48

TerraForm VS Ansible: What is the difference between Terraform and Ansible? Terraform is an open-source platform designed to provision cloud infrastructure, while Ansible is an open-source configuration management tool focused on the configuration...... читать далее

DevOps OpenNET 25 мая 2024 г. 10:18

Следом за выпуском Red Hat Enterprise Linux 9.4 опубликовано обновление прошлой ветки Red Hat Enterprise Linux 8.10, которая сопровождается параллельно с веткой RHEL 9.x и будет поддерживаться как минимум до 2029 года. Установочные сборки подготовлен...... читать далее

Разработка dev.to 21 мая 2024 г. 18:32

Context As I may have mentioned in previous articles I run my services using Ansible to deal with the deployment and upgrade of different components. If we generalize the setup, it mostly consists of a reverse proxy (Caddy) listening on 443 and app...... читать далее

devops ansible caddy

Разработка dev.to 20 мая 2024 г. 18:28

Table of Content Introduction What is Ansible How Ansible Works Demo Solution Inventory Connecting to Slave Nodes Playbook Playbook Breakdown Updating Packages Installing Apache Starting Apache and Opening Port 80 in the CentOS System R...... читать далее

ansible automation linux devops

Разработка dev.to 19 мая 2024 г. 7:20

Package managers are invaluable tools, they make the process of installing and managing software applications super easy. In this article, we delve into Homebrew, a package manager designed for macOS and Linux systems. We'll explore its advantages, s...... читать далее

terminal beginners tutorial devops

Разработка dev.to 16 мая 2024 г. 17:53

One of the most recent projects I did was an exam project for a cloud engineering program I am doing. We were asked to: Automate the provisioning of two Ubuntu-based servers, named “Master” and “Slave”, using Vagrant. On the Master node, create a b...... читать далее

linux mysql php bash

Разработка dev.to 16 мая 2024 г. 10:48

Join us for a FREE webinar to learn how Deutsche Telekom MMS handles the complexities of managing diverse Ansible environments and take a look how they strategically integrated Steampunk Spotter to streamline Ansible workflows and establish a complia...... читать далее

steampunkspotter ansibleplaybooks automation webinar

Разработка habr.com 15 мая 2024 г. 22:31

Сегодня в нашем кружке "оч.умелые клавиатурки" возврат блудных заметок домой. Долго пользовался платным Evernote, но оплатить его все труднее и дороже. Вернее даже так, сейчас я знаю всего один способ оплатить подписку через Билайн / МТС и Apple. Пр...... читать далее

obsidian evernote notion

Разработка dev.to 15 мая 2024 г. 5:24

Continuous Integration (CI) and Continuous Deployment (CD), also known as Continuous Delivery (CD), are software development approaches that automate the process of creating, testing, and deploying software. These methods ensure that the production e...... читать далее

cicd interviewquestions softwaretesting automationtesting

Разработка dev.to 14 мая 2024 г. 19:28

sudo apt güncelleme -y && sudo apt yükseltme -y sudo apt install ansible sshpass -y sudo nano /etc/ansible/hosts [servers] server1 ansible_host=192.168.56.103 server2 ansible_host=192.168.56.105 [all:vars] ansible_python_interpreter=/usr...... читать далее

Разработка dev.to 13 мая 2024 г. 13:43

In this final installment of our series, we'll focus on Python's role in automation and configuration management for DevOps professionals. From provisioning infrastructure to managing deployments, Python offers versatile solutions that streamline pro...... читать далее

devops techtobe101 python beginners