Book Image

Real-World DevOps Project From Start to Finish [Video]

By : Predrag Mijatovic
5 (3)
Book Image

Real-World DevOps Project From Start to Finish [Video]

5 (3)
By: Predrag Mijatovic

Overview of this book

A DevOps project combines development and operations to streamline software delivery, emphasizing collaboration, automation, and continuous integration/deployment. It enables faster, reliable releases and efficient infrastructure management, fostering a culture of agility and innovation. The course covers a wide range of topics in the DevOps domain, including Ansible for server configuration, Docker and docker-compose for containerization, GitLab for version control and CI/CD pipelines, Let’s Encrypt (certbot) for obtaining TLS certificates, WireGuard for secure VPN connections, MariaDB for database management, LXC for virtualization, iRedMail for setting up a mail server, Zulip for communication, Traefik for reverse proxy and TLS termination, Pi-hole for DNS-level ad-blocking, Nextcloud for cloud storage and collaboration, checkmk for monitoring, Borg with borgmatic for backups, and recaps of all concepts. Upon completion, we can automate server configurations, utilize containerization for efficient deployments, implement robust version control, secure connections with TLS certificates, establish secure VPN solutions, implement ad-blocking measures and cloud storage solutions, perform reliable backups, and automate essential processes independently to optimize and self-host infrastructure, streamline operations, and productivity.
Table of Contents (37 chapters)
Free Chapter
1
Introduction
2
First Steps
3
Buying a Domain
4
How DNS Works
5
VPS
VPS
7
Recap: Linode VPS, Arch Linux, Additional Storage Volume
8
Ansible Introduction
9
Ansible Installation and Configuration
10
Ansible Roles
11
DNS A Records
12
Configuring DNS on Linux
13
Linux File Permissions
15
Security - SSH Daemon, iptables, SSH Config, LISH Console
16
sysctl - Tweaking Kernel Parameters
17
Recap: Venv, Ansible Configuration, Hostname, Essentials, Security, sysctl
18
certbot, ACME Protocol, Wildcard TLS Certificates
23
Recap: certbot, WireGuard, Docker, MariaDB, LXC
26
Recap: Zulip
32
GitLab and GitLab Runner
37
Outro
Chapter 9
Ansible Installation and Configuration
Content Locked
Section 1
Ansible Installation and Configuration
This video demonstrates installing Ansible dependencies, configuring inventory files, and setting up SSH connectivity between the control node and managed nodes. We will have a working Ansible installation and be ready to use it for configuration management and automation tasks in our DevOps workflows.