🚚 Rename group playbooks to group-*

This commit is contained in:
Stefan Haun 2022-11-04 22:35:41 +01:00
parent f11ddd9778
commit a647c314ad
3 changed files with 2 additions and 2 deletions

View file

@ -2,10 +2,10 @@
# main playbook aggregating all the other playbooks
- name: Setup for all hosts
import_playbook: all.yml
import_playbook: group-all.yml
- name: Specific setup for all proxmox hosts
import_playbook: proxmox.yml
import_playbook: group-proxmox.yml
- name: Tau specific setup
import_playbook: host-tau.yml