This repository has been archived on 2026-06-26. You can view files and clone it, but cannot push or open issues or pull requests.
Set-OPS/playbooks/site.yml

12 lines
362 B
YAML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

---
- name: Point dentrée général Set-OPS
hosts: all
gather_facts: true
become: true
tasks:
- name: Afficher un message volontairement non destructif
ansible.builtin.debug:
msg:
- "Set-OPS est un dépôt global."
- "Utiliser un playbook spécialisé : baseline, vm_templates, web, database, monitoring, etc."