https://github.com/mrlesmithjr/ansible-glusterfs
https://github.com/mrlesmithjr/ansible-glusterfs
ansible glusterfs
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/mrlesmithjr/ansible-glusterfs
- Owner: mrlesmithjr
- License: mit
- Created: 2015-08-13T01:51:12.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2025-01-31T17:31:24.000Z (over 1 year ago)
- Last Synced: 2025-03-01T09:34:03.497Z (over 1 year ago)
- Topics: ansible, glusterfs
- Language: Jinja
- Size: 71.3 KB
- Stars: 11
- Watchers: 3
- Forks: 6
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# ansible-glusterfs
Ansible role to install/configure GlusterFS Server
> NOTE: For GlusterFS client use https://github.com/mrlesmithjr/ansible-glusterfs-client
## Build Status
### GitHub Actions

### Travis CI
[](https://travis-ci.org/mrlesmithjr/ansible-glusterfs)
## Requirements
For any required Ansible roles, review:
[requirements.yml](requirements.yml)
## Role Variables
[defaults/main.yml](defaults/main.yml)
## Dependencies
## Example Playbook
[playbook.yml](playbook.yml)
## License
MIT
## Author Information
Larry Smith Jr.
- [@mrlesmithjr](https://twitter.com/mrlesmithjr)
- [mrlesmithjr@gmail.com](mailto:mrlesmithjr@gmail.com)
- [http://everythingshouldbevirtual.com](http://everythingshouldbevirtual.com)
> NOTE: Repo has been created/updated using [https://github.com/mrlesmithjr/cookiecutter-ansible-role](https://github.com/mrlesmithjr/cookiecutter-ansible-role) as a template.