Mount ISO files and CDROM Devices

Document Control

TODO:

  • Overall structure.
  • Initial draft complete
  • Testing
  • Ready

Ansible Role Ansible Quality Score Build Status GitHub issues GitHub last commit

User Story: Mount ISO

As a: UNIX and Linux system administrator

I want to: mount ISO media and CDROM devices

So that: access the data.

Using the role

Using the role in a playbook
---
- name: Install mountiso
  hosts: all

  tasks:
    - name: mountiso is configured
      import_role:
        name: crivetimihai.mountiso
      vars:
        mountiso_enable_service: true
      tags: mountiso
# Install the role
ansible-galaxy install crivetimihai.mountiso

# Run the playbook
ansible-playbook mountiso-playbook.yml

Last update: 2020-02-03