Actions
Feature #25459
closedFeature #32080: Support running ansible with --tags and --skip-tags
Support running playbooks with tags
Status:
Closed
Priority:
Normal
Assignee:
-
Target version:
-
Description
Playbooks can support tags to filter out what part of the playbook/role are executed. See https://docs.ansible.com/ansible/latest/user_guide/playbooks_tags.html for more information. Today, when using Ansible for configuration management parameters which start with 'ansible_' are passed to the ansible run command. However, this will not help remote jobs which may cross host groups.
The ask here is to support, the ability to pass in tags to a specific job template and then override the values for a specific job.
Actions