Ansible tags - How to run particular task in given ansible playbook

Опубликовано: 07 Октябрь 2024
на канале: Deekshith SN
3,512
85

If you have a large playbook, it may be useful to run only specific parts of it instead of running the entire playbook. You can do this with Ansible tags. Using tags to execute or skip selected tasks

You can find playbook's I have used @ https://github.com/DeekshithSN/Ansible

#ansible #ansibletags #devops #devopstools