Ask Your Question
0

It appears that roles are not compatible with Ansible tags.

asked 2023-05-31 03:46:11 +0000

huitzilopochtli gravatar image

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
1

answered 2023-05-31 04:08:02 +0000

david gravatar image

That is not entirely accurate. Roles can still be used with Ansible tags, but there are some limitations.

When using tags with roles, only tasks defined within the role itself can be tagged. Tasks defined outside of the role will not be affected by the tags.

For example, if a role has a task with the tag "install", only that specific task will be executed if the "install" tag is called. Tasks defined elsewhere in the playbook will not be affected.

Additionally, when tagging roles, the tag must be prefixed with the role name in order for it to work properly. For example, if the role is named "webserver", a tag for that role would be "webserver:install".

Overall, roles can be used with tags, but it requires some extra attention to ensure that only the desired tasks within the role are affected by the tag.

edit flag offensive delete link more

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account. This space is reserved only for answers. If you would like to engage in a discussion, please instead post a comment under the question or an answer that you would like to discuss

Add Answer


Question Tools

Stats

Asked: 2023-05-31 03:46:11 +0000

Seen: 13 times

Last updated: May 31 '23