Clearer play organisation
This commit is contained in:
parent
a61d6a0046
commit
46b2b89e5d
2
main.yml
2
main.yml
@ -1,2 +1,2 @@
|
|||||||
---
|
---
|
||||||
- ansible.builtin.import_playbook: "plays/group-all.yml"
|
- ansible.builtin.import_playbook: "plays/system.yml"
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
---
|
|
||||||
- name: "play-group-asgard"
|
|
||||||
hosts: "asgard"
|
|
@ -1,3 +0,0 @@
|
|||||||
---
|
|
||||||
- name: "play-group-bifrost"
|
|
||||||
hosts: "bifrost"
|
|
@ -1,11 +1,11 @@
|
|||||||
---
|
---
|
||||||
- name: "play : all : zfs"
|
- name: "play : system : zfs, smart, ups : yggdrasil"
|
||||||
hosts: "zfs"
|
hosts: "yggdrasil"
|
||||||
roles:
|
roles:
|
||||||
- role: "system_zfs"
|
- role: "system_zfs"
|
||||||
tags: "role:system_zfs"
|
tags: "role:system_zfs"
|
||||||
|
|
||||||
- name: "play : all : system"
|
- name: "play : system : mail, base : all"
|
||||||
hosts: "all"
|
hosts: "all"
|
||||||
roles:
|
roles:
|
||||||
- role: "system_mail"
|
- role: "system_mail"
|
Loading…
Reference in New Issue
Block a user