Ansible Tags
Jump to navigation
Jump to search
Ansible Tags
Tags are the reference or alias to a task
--- - name: setup apache ser er hosts: localhost tasks: apt: name: apache2 state: present tags: i-apache