{"id":13753392,"url":"https://github.com/geerlingguy/ansible-role-glusterfs","last_synced_at":"2025-05-09T20:35:35.020Z","repository":{"id":22644458,"uuid":"25987414","full_name":"geerlingguy/ansible-role-glusterfs","owner":"geerlingguy","description":"Ansible Role - GlusterFS","archived":true,"fork":false,"pushed_at":"2023-07-10T22:47:56.000Z","size":66,"stargazers_count":106,"open_issues_count":1,"forks_count":61,"subscribers_count":7,"default_branch":"master","last_synced_at":"2024-11-16T05:32:45.834Z","etag":null,"topics":["ansible","file","filesystem","gluster","glusterfs","install","role","server","sync"],"latest_commit_sha":null,"homepage":"https://galaxy.ansible.com/geerlingguy/glusterfs/","language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/geerlingguy.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null},"funding":{"github":"geerlingguy","patreon":"geerlingguy"}},"created_at":"2014-10-30T19:58:56.000Z","updated_at":"2024-09-07T00:35:53.000Z","dependencies_parsed_at":"2024-08-03T09:15:52.985Z","dependency_job_id":null,"html_url":"https://github.com/geerlingguy/ansible-role-glusterfs","commit_stats":null,"previous_names":[],"tags_count":18,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/geerlingguy%2Fansible-role-glusterfs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/geerlingguy%2Fansible-role-glusterfs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/geerlingguy%2Fansible-role-glusterfs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/geerlingguy%2Fansible-role-glusterfs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/geerlingguy","download_url":"https://codeload.github.com/geerlingguy/ansible-role-glusterfs/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253321880,"owners_count":21890486,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["ansible","file","filesystem","gluster","glusterfs","install","role","server","sync"],"created_at":"2024-08-03T09:01:21.377Z","updated_at":"2025-05-09T20:35:29.970Z","avatar_url":"https://github.com/geerlingguy.png","language":null,"funding_links":["https://github.com/sponsors/geerlingguy","https://patreon.com/geerlingguy"],"categories":["server"],"sub_categories":[],"readme":"# Ansible Role: GlusterFS\n\n[![CI](https://github.com/geerlingguy/ansible-role-glusterfs/workflows/CI/badge.svg?event=push)](https://github.com/geerlingguy/ansible-role-glusterfs/actions?query=workflow%3ACI)\n\nInstalls and configures GlusterFS on Linux.\n\n## Requirements\n\nFor GlusterFS to connect between servers, TCP ports `24007`, `24008`, and `24009`/`49152`+ (that port, plus an additional incremented port for each additional server in the cluster; the latter if GlusterFS is version 3.4+), and TCP/UDP port `111` must be open. You can open these using whatever firewall you wish (this can easily be configured using the `geerlingguy.firewall` role).\n\nThis role performs basic installation and setup of Gluster, but it does not configure or mount bricks (volumes), since that step is easier to do in a series of plays in your own playbook. Ansible 1.9+ includes the [`gluster_volume`](https://docs.ansible.com/ansible/latest/collections/gluster/gluster/gluster_volume_module.html#ansible-collections-gluster-gluster-gluster-volume-module) module to ease the management of Gluster volumes.\n\n## Role Variables\n\nAvailable variables are listed below, along with default values (see `defaults/main.yml`):\n\n    glusterfs_default_release: \"\"\n\nYou can specify a `default_release` for apt on Debian/Ubuntu by overriding this variable. This is helpful if you need a different package or version for the main GlusterFS packages (e.g. GlusterFS 3.5.x instead of 3.2.x with the `wheezy-backports` default release on Debian Wheezy).\n\n    glusterfs_ppa_use: true\n    glusterfs_ppa_version: \"LATEST\"\n\nFor Ubuntu, specify whether to use the official Gluster PPA, and which version of the PPA to use. See Gluster's [Getting Started Guide](https://docs.gluster.org/en/latest/Install-Guide/Install/) for more info.\n\n    glusterfs_gpg_key_version: \"7\"\n    glusterfs_deb_version: \"LATEST\"\n\nFor Debian, specify the version of the GPG key and apt package repository to use. See Gluster's [Getting Started Guide](https://docs.gluster.org/en/latest/Install-Guide/Install/) for more info.\n\n## Dependencies\n\nNone.\n\n## Example Playbook\n\n    - hosts: server\n      roles:\n        - geerlingguy.glusterfs\n\nFor a real-world use example, read through [Simple GlusterFS Setup with Ansible](https://www.jeffgeerling.com/blog/simple-glusterfs-setup-ansible), a blog post by this role's author, which is included in Chapter 8 of [Ansible for DevOps](https://www.ansiblefordevops.com/).\n\n## License\n\nMIT / BSD\n\n## Author Information\n\nThis role was created in 2015 by [Jeff Geerling](https://www.jeffgeerling.com/), author of [Ansible for DevOps](https://www.ansiblefordevops.com/).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgeerlingguy%2Fansible-role-glusterfs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgeerlingguy%2Fansible-role-glusterfs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgeerlingguy%2Fansible-role-glusterfs/lists"}