google.cloud/roles/gcsfuse
2023-11-20 10:45:06 -08:00
..
defaults Initial commit of gcsfuse role 2020-04-24 15:35:44 -07:00
handlers Initial commit of gcsfuse role 2020-04-24 15:35:44 -07:00
meta fixing ansible-lint errors, fix gcsfuse 2022-12-10 10:49:01 -08:00
tasks chore: use https when adding the gcsfuse apt repo 2023-11-20 10:45:06 -08:00
vars Initial commit of gcsfuse role 2020-04-24 15:35:44 -07:00
README.md Initial commit of gcsfuse role 2020-04-24 15:35:44 -07:00

gcsfuse

This role configures the gcsfuse repository, and installs gcsfuse on your host. gcsfuse is a user-space file system for working with Google Cloud Storage.

Important: You should run gcsfuse as the user who will be using the file system, not as the root user. Do not use sudo either.

After installed you can use it to mount by command: gcsfuse bucket-name /mount/point

Example Playbook

Including an example of how to use your role (for instance, with variables passed in as parameters) is always nice for users too:

- hosts: servers
  tasks:
    - include_role:
        name: google.cloud.gcsfuse

License

GPLv3

Author Information

ericsysmin