Ansible Commands
Here I will describe some ansible related commands, which I use in my day-to-day ansible usage. ansible-playbook Execute test_job.yml playbook # –check –> Only check, don’t apply any changes # -i –> Tell the playbook to use “my_custom_hosts_file” as an inventory list ansible-playbook –check -i my_custom_hosts_file test_job.yml Ansible ansible-playbook limit playbook execution to a… Continue reading Ansible Commands