Skip to content

michaelrigart/ansible-role-mount

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ansible Mount Role

An ansible role for mounting devices.

Role Variables

# list of dictionaries holding all devices that need to be mounted.
mount_devices:
  - name: /                         # NO default
    src: /dev/mapper/root           # NO default
    fstype: ext4                    # NO default
    opts: noatime,errors=remount-ro # default: "defaults"
    state: present                  # default: "mounted"
    dump: 0                         # default: "0"
    passno: 1                       # default: "0"
    fstab: /etc/fstab               # default: "/etc/fstab"

Example Playbook

- hosts: servers
  roles:
    - { role: MichaelRigart.mount, become: true }

License

GPLv3

Author Information

Michaël Rigart michael@netronix.be

About

An ansible role for mounting devices

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages