Ansible is an open-source IT automation tool founded in 2012 and acquired by Red Hat in 2015, built on an agentless architecture, YAML playbooks and idempotent execution for configuration management and application deployment.
Provider
1 results shownArticle
3 results shownLinux Server Basics: Essential Commands, Permissions, and Log Management
Linux server administration is essential for developers. This article covers the most practical Linux commands for file management and system administration.
Automated CI/CD Pipelines: Deploying to Servers with GitHub Actions
Build an automated pipeline from commit to server with GitHub Actions: upload files with SCP, run remote commands over SSH, roll out Docker containers and keep keys secure.
A Detailed Guide to Copying Files with scp on Linux
scp is a secure remote file copy command based on SSH that transfers files and directories between Linux servers with encryption. This article covers scp syntax, common parameters, and examples of uploading and downloading files and directories.