Ansible Tags

From rbachwiki
Revision as of 21:07, 13 July 2022 by Bacchas (talk | contribs)
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