web

10 Ansible tutorials tagged “web”. Working examples covering automation, configuration management, and DevOps workflows.

Ansible AWX — Complete Guide with Tutorials and Examples

playbooks · 4

Install and configure Ansible AWX with Docker or Kubernetes. Job templates, inventories, credentials, RBAC, REST API, and workflow automation examples.

Advanced

Master Ansible Automation for Docker, Podman, and Kubernetes

playbooks · 5

Automate Docker, Podman, and Kubernetes with Ansible. Complete guide covering container modules, image management, Kubernetes resources, and production.

Advanced

Ansible REST API: Call Web APIs with the uri Module

playbooks · 3

Learn how to call REST APIs from Ansible playbooks using the uri module. Practical examples for GET, POST, PUT, DELETE, authentication, and error handling.

Intermediate

Create Ansible AWX Superuser in Docker — Admin Setup Guide

cloud-virtualization · 5

Create an AWX superuser in Docker with awx-manage. Complete guide covering user creation, password reset, API authentication, LDAP integration.

Beginner

Deploy Squid Proxy on RedHat Systems with Ansible

playbooks · 5

Learn to deploy and configure a Squid proxy server on RedHat-like systems using Ansible. Follow our step-by-step guide with simple Ansible code examples.

Beginner

Install Ansible AWX Operator for Kubernetes (K8s) and OpenShift (OCP) — Ansible AWX

playbooks · 3

How to deploy the latest Ansible AWX Operator in your local Red Hat OpenShift Local (formerly Red Hat CodeReady Containers), fully compatible with.

Beginner

Run and Stop Ansible AWX in Docker

cloud-virtualization · 5

How to start, stop, manage, and troubleshoot Ansible AWX in Docker containers. Covers docker-compose commands, container architecture, accessing the Web.

Beginner

Submit a GET request to a REST API endpoint — Interact with web services — Ansible module uri

playbooks · 4

How to retrieve a JSON list of users via a GET request to a REST API web service HTTPS endpoint from a remote Linux host in a few lines of Ansible code.

Beginner

Ansible URI — POST & Token Auth Demo

playbooks · 4

Use Ansible to send a POST request and retrieve a token from a server. Learn to automate login processes with Ansible's URI module.

Beginner

What Is Ansible AWX? Open-Source Automation Platform Guide

playbooks · 7

AWX is the free, open-source upstream to Ansible Automation Controller — a web UI and REST API for running Ansible playbooks at scale.

Beginner