https://github.com/lukeshirnia/cloudfuse
Ansible role for configuring cloudfuse and mounting cloudfiles containers to a mount point
https://github.com/lukeshirnia/cloudfuse
ansible cloud cloudfuse playbook rackspace
Last synced: 11 days ago
JSON representation
Ansible role for configuring cloudfuse and mounting cloudfiles containers to a mount point
- Host: GitHub
- URL: https://github.com/lukeshirnia/cloudfuse
- Owner: LukeShirnia
- Created: 2019-09-12T19:43:01.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-09-18T18:42:27.000Z (over 6 years ago)
- Last Synced: 2025-03-05T22:28:52.984Z (over 1 year ago)
- Topics: ansible, cloud, cloudfuse, playbook, rackspace
- Homepage:
- Size: 7.81 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Ansible Role: CloudFuse
=========
This deploys cloudfuse to a Linux machine, enabling you to mount your Rackspace cloudfiles container to a mount point and access them like you would any other directory/filesystem.
Requirements
------------
- A Rackspace cloud account (username + API key)
Role Variables
--------------
```
rackspace: True
openstack: False
mountpoint: /mnt/cloudfuse
rackspace_username: "rackspace_username"
rackspace_api_key: "rackspace_api_key"
openstack_user: "openstack_user"
openstack_tenant: "openstack_tenant"
openstack_password: "openstack_password"
```
Example Playbook
----------------
```
---
- hosts: all
become: true
roles:
- cloudfuse
vars:
rackspace_username: username
rackspace_api_key: xxxxxxxxxxxxxxxxxxxxxxxxx
mountpoint: /mnt/cloudfuse
```
License
-------
GNUv3
Author Information
------------------
This role was created by [Luke Shirnia](https://shirnia.com)