90861/can-we-patch-azure-linux-vm-using-ansible
Is there any way to patch Azure Linux VM using ansible? Basically, we need to classify the 'critical' & 'security' patches and then patch the VM.
Hi,
Can you explain your requirement a little bit more? If you are trying to provision a VM in your oracle virtual box with Ansible, then it may not be possible. But you can do the same in the cloud.
Hi@avinash,
You can connect your Azure VM from Ansible. For that, you need to install the Azure SDK. After that you have to configure the credentials in your Ansible.
You can also go through the official document of Ansible.
https://docs.ansible.com/ansible/latest/scenario_guides/guide_azure.html
Hope it helps!
To know more about Azure, join Azure course today.
Thank you!!
Explain your use case a little more. Most of the modules are idempotent in nature in Ansible. If you update something, ansible will automatically connect to your VM and update the requirement in your VM as well.
Ansible is not working as a monitoring tool. It will perform your task if you run your ansible-playbook. You can also use the patch module in Ansible. For more information, you can go through the below link.
https://opensource.com/article/18/3/ansible-patch-systems
You need t use -l flag with ...READ MORE
If you've already configured the server, with ...READ MORE
$ echo | mutt -a syslogs.tar.gz admin@domain.org READ MORE
Sometimes when I try to start Firefox ...READ MORE
I've been trying to remove an unwanted ...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@MD, On Linux, group information is held in the /etc/group file. ...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.