85308/how-to-run-an-ansible-playbook-to-a-particular-node
Hi Guys,
I have created one Ansible Playbook. But I want to run the playbook in a particular system without changing the host inside the file. How can I do that?
Hi@akhtar,
You can control the playbook from the command line using --limit argument. You can use the below command to run your playbook in a particular node.
$ ansible-playbook k8.yml --limit=slave
Hi@akhtar, Ansible has one module to copy AMI ...READ MORE
Hey @Cerci, Of course its possible. You ...READ MORE
ERROR! Extraneous options or arguments READ MORE
You can use an ansible task, something ...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, The --start-at-task option allows you to start ...READ MORE
Hi@akhtar, You can use a module named Cron ...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.