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

13 lines
362 B
YAML
Raw Normal View History

2026-06-19 23:31:49 -04:00
---
- 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."