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
261 B
YAML
Raw Normal View History

2026-06-19 23:31:49 -04:00
---
2026-06-20 15:17:46 -04:00
- name: Point d'entrée général Set-OPS
2026-06-19 23:31:49 -04:00
hosts: all
gather_facts: true
become: true
tasks:
2026-06-20 15:17:46 -04:00
- name: Message
2026-06-19 23:31:49 -04:00
ansible.builtin.debug:
msg:
- "Set-OPS est un dépôt global."
2026-06-20 15:17:46 -04:00
- "Utiliser un playbook spécialisé."