Network Automation Cookbook
上QQ阅读APP看书,第一时间看更新

Using Ansible Tags

Ansible Tags is a powerful tool that allows us to tag specific tasks within a large Ansible playbook and provides us with the flexibility to choose which tasks will run within a given playbook based on the tags we specify. In this recipe, we will outline how to configure and use Ansible Tags.