storage
6 Ansible tutorials tagged “storage”. Working examples covering automation, configuration management, and DevOps workflows.
Ansible Ceph — Deploy Distributed Storage Clusters
playbooks · 5
Deploy Ceph distributed storage with Ansible using cephadm. Monitor, OSD, and MDS deployment, CephFS, RBD block storage, S3 with RGW, pool management.
Ansible GlusterFS — Deploy Distributed File Storage
playbooks · 4
Deploy GlusterFS distributed file storage with Ansible. Trusted pool setup, replicated and distributed volumes, geo-replication, client mounting,.
Ansible MinIO — Deploy S3-Compatible Object Storage
playbooks · 4
Deploy MinIO S3-compatible object storage with Ansible. Single-node and distributed cluster setup, TLS, bucket policies, lifecycle rules, replication.
Configure a Pod to Use a Volume for Storage on Kubernetes or OpenShift with Ansible
playbooks · 8
Learn how to configure a Kubernetes or OpenShift Pod to use a volume for persistent storage with Ansible. This guide includes a live Playbook example.
How to Create a New LVM Partition with Ansible
playbooks · 4
Discover how to automate the creation of LVM partitions on Linux systems using Ansible. This guide walks you through using the community.general.parted.
Expand a Virtual Disk in VMware vSphere Virtual Machine — Ansible module vmware_guest_disk
playbooks · 4
How to automate the expansion from 1GB to 2GB size Virtual Disk connected to VMware Virtual Machine guest named “myvm” using Ansible Playbook.