Mount ISO files and CDROM Devices
Document Control
TODO:
- Overall structure.
- Initial draft complete
- Testing
- Ready
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: devopstoolbox.mountiso vars: mountiso_enable_service: true tags: mountiso
# Install the role ansible-galaxy install devopstoolbox.mountiso # Run the playbook ansible-playbook mountiso-playbook.yml
Last update: 2020-02-09