0 votes
in Ansible by
Can you filter the tasks with the help of tags?

1 Answer

0 votes
by

Yes, the tasks can be filtered using the Ansible tags. This can be done in the following ways:

1) You can use –tags option or –skip-tags option on the command-line tool.

2) You can use TAGS_RUN and TAGS_SKIP options in the Ansible configuration settings.

Related questions

0 votes
asked Feb 12, 2020 in Ansible by miceperry
+2 votes
asked May 8, 2020 in Ansible by SakshiSharma
0 votes
asked Feb 19, 2022 in Web Content Management System by rajeshsharma
...