85281/how-to-mount-a-dvd-in-a-folder-using-ansible-playbook
Hi Guys,
I am new to Ansible. I am trying to configure the Kubernetes Cluster using Ansible. Here I need to mount the DVD using Ansible Playbook. But how can I do that?
Hi@akhtar,
Ansible has the mount module that is idempotent in nature. This module is used to mount in a folder as shown below.
- name: Mount DVD read-only mount: path: /dvd src: /dev/cdrom fstype: iso9660 opts: ro,noauto state: mounted
You can read install and setup apache ...READ MORE
Hi@akhtar, You can update your file using lineinfile ...READ MORE
Hi@akhtar, Ansible has one module to copy AMI ...READ MORE
Hey Ayaan, you could probably use this ...READ MORE
Hey @nmentityvibes, you seem to be using ...READ MORE
Consider this - In 'extended' Git-Flow, (Git-Multi-Flow, ...READ MORE
It can work if you try to put ...READ MORE
When you use docker-compose down, all the ...READ MORE
Hi@akhtar, You can find one argument in the ...READ MORE
Hi@akhtar, You can use the ec2_group module in ...READ MORE
OR
At least 1 upper-case and 1 lower-case letter
Minimum 8 characters and Maximum 50 characters
Already have an account? Sign in.