Skip to content
This repository has been archived by the owner on Feb 25, 2020. It is now read-only.

An Ansible role to mount the SANBI CephFS in SANBI OpenStack VMs

Notifications You must be signed in to change notification settings

SANBI-SA-archive/ansible-openstack-vm-cephfs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

Example Playbook

---
- name: Prepares and mounts CephFS on a SANBI VM
  hosts: vms
  become: True

  roles:
    - role: ansible-openstack-vm-cephfs
      cephfs_inner_loc: /monitor     # Directory from CephFS to mount to local machine
      cephfs_user: <cephx_user>      # Example user
      cephfs_mountpoint: /mnt        # Where to mount the CephFS directory to on the local machine
      cephfs_accesskey: <cehpx_key>  # User access key

About

An Ansible role to mount the SANBI CephFS in SANBI OpenStack VMs

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published