Clearer play organisation

This commit is contained in:
Wojciech Kozlowski 2022-12-04 17:18:15 +01:00
parent a61d6a0046
commit 46b2b89e5d
4 changed files with 4 additions and 10 deletions

View File

@ -1,2 +1,2 @@
---
- ansible.builtin.import_playbook: "plays/group-all.yml"
- ansible.builtin.import_playbook: "plays/system.yml"

View File

@ -1,3 +0,0 @@
---
- name: "play-group-asgard"
hosts: "asgard"

View File

@ -1,3 +0,0 @@
---
- name: "play-group-bifrost"
hosts: "bifrost"

View File

@ -1,11 +1,11 @@
---
- name: "play : all : zfs"
hosts: "zfs"
- name: "play : system : zfs, smart, ups : yggdrasil"
hosts: "yggdrasil"
roles:
- role: "system_zfs"
tags: "role:system_zfs"
- name: "play : all : system"
- name: "play : system : mail, base : all"
hosts: "all"
roles:
- role: "system_mail"